Fix bug in reader's current position

This commit is contained in:
inorichi
2015-10-29 15:31:42 +01:00
parent 720b0a29ce
commit 571c24d3d9
8 changed files with 54 additions and 10 deletions

View File

@@ -125,6 +125,10 @@ public class ReaderViewPager extends ViewPager {
mOnChapterBoundariesOutListener.onLastPageOutEvent();
}
}
} else {
if (mOnChapterSingleTapListener != null) {
mOnChapterSingleTapListener.onSingleTap();
}
}
return true;