[Manatoki] changed mangaListing scroll behavior to instant

This commit is contained in:
tom5079
2021-12-22 18:43:10 +09:00
parent 016ce3ff42
commit 57c4e249cf
2 changed files with 2 additions and 2 deletions

View File

@@ -535,7 +535,7 @@ class Manatoki(app: Application) : Source(), DIAware {
val targetIndex = it.entries.indexOfFirst { it.itemID == itemID }
listState.animateScrollToItem(targetIndex)
listState.scrollToItem(targetIndex)
mangaListingListSize?.let { sheetSize ->
val targetItem = listState.layoutInfo.visibleItemsInfo.first {