[UX] Ignore page flipping toggle while bookmark flipping (#5276)

See https://github.com/koreader/koreader/issues/5265#issuecomment-525626930
This commit is contained in:
Frans de Jonge
2019-08-28 12:59:54 +02:00
committed by GitHub
parent a9f24815c6
commit dd4bfb0a45

View File

@@ -274,7 +274,7 @@ end
function ReaderPaging:onTogglePageFlipping()
if self.bookmark_flipping_mode then
self:onToggleBookmarkFlipping()
-- do nothing if we're in bookmark flipping mode
return
end
self.view.flipping_visible = not self.view.flipping_visible