2
0
mirror of https://github.com/koreader/koreader synced 2024-11-11 19:11:14 +00:00

[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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