mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Update footer when refreshing screen with diagonal swipe
And added diagonal swipe support to readerrolling.
This commit is contained in:
@@ -302,6 +302,11 @@ function ReaderRolling:onSwipe(_, ges)
|
||||
else
|
||||
self:onGotoViewRel(-1)
|
||||
end
|
||||
else
|
||||
-- update footer (time & battery)
|
||||
self.view.footer:updateFooter()
|
||||
-- trigger full refresh
|
||||
UIManager:setDirty(nil, "full")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user