mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
*
This commit is contained in:
parent
b4265447c0
commit
91a68c84d3
1 changed files with 1 additions and 3 deletions
|
|
@ -177,9 +177,7 @@ class _MangaChapterPageGalleryState
|
|||
_itemScrollController.scrollTo(
|
||||
curve: Curves.ease,
|
||||
index: ok,
|
||||
duration: isSlide
|
||||
? Duration.zero
|
||||
: Duration(milliseconds: isSlide ? 2 : 150));
|
||||
duration: Duration(milliseconds: isSlide ? 2 : 150));
|
||||
}
|
||||
} else {
|
||||
if (ok != -1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue