Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Another crash fixed in webtoon reader

Cette révision appartient à :
len 2016-10-15 15:27:26 +02:00
Parent b16a90e9d9
révision 69baaac27e

Voir le fichier

@ -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) {