mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:15:14 +01:00
Another crash fixed in webtoon reader
This commit is contained in:
parent
b16a90e9d9
commit
69baaac27e
@ -150,8 +150,7 @@ class WebtoonReader : BaseReader() {
|
||||
* @param currentPage the initial page to display.
|
||||
*/
|
||||
override fun onChapterSet(chapter: ReaderChapter, currentPage: Page) {
|
||||
// Restoring current page is not supported. It's getting weird scrolling jumps
|
||||
// this.currentPage = currentPage;
|
||||
this.currentPage = currentPage.pageNumber
|
||||
|
||||
// Make sure the view is already initialized.
|
||||
if (view != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user