mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-04 18:14:58 +08:00
@@ -1829,7 +1829,7 @@ Widget buildSeekPreviewWidget(PlPlayerController plPlayerController) {
|
||||
2));
|
||||
|
||||
// pageIndex
|
||||
int pageIndex = (index ~/ 100).clamp(0, data.image!.length);
|
||||
int pageIndex = (index ~/ 100).clamp(0, data.image!.length - 1);
|
||||
|
||||
// alignment
|
||||
double cal(m) {
|
||||
|
||||
Reference in New Issue
Block a user