mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-21 16:01:58 +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(
|
_itemScrollController.scrollTo(
|
||||||
curve: Curves.ease,
|
curve: Curves.ease,
|
||||||
index: ok,
|
index: ok,
|
||||||
duration: isSlide
|
duration: Duration(milliseconds: isSlide ? 2 : 150));
|
||||||
? Duration.zero
|
|
||||||
: Duration(milliseconds: isSlide ? 2 : 150));
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (ok != -1) {
|
if (ok != -1) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue