Another crash fixed in webtoon reader
Cette révision appartient à :
Parent
b16a90e9d9
révision
69baaac27e
1 fichiers modifiés avec 1 ajouts et 2 suppressions
|
@ -150,8 +150,7 @@ class WebtoonReader : BaseReader() {
|
||||||
* @param currentPage the initial page to display.
|
* @param currentPage the initial page to display.
|
||||||
*/
|
*/
|
||||||
override fun onChapterSet(chapter: ReaderChapter, currentPage: Page) {
|
override fun onChapterSet(chapter: ReaderChapter, currentPage: Page) {
|
||||||
// Restoring current page is not supported. It's getting weird scrolling jumps
|
this.currentPage = currentPage.pageNumber
|
||||||
// this.currentPage = currentPage;
|
|
||||||
|
|
||||||
// Make sure the view is already initialized.
|
// Make sure the view is already initialized.
|
||||||
if (view != null) {
|
if (view != null) {
|
||||||
|
|
Référencer dans un nouveau ticket