Update footer when refreshing screen with diagonal swipe

And added diagonal swipe support to readerrolling.
This commit is contained in:
poire-z
2017-03-19 21:35:18 +01:00
committed by Qingping Hou
parent 00d6403da4
commit 39d1afe37d
4 changed files with 16 additions and 0 deletions

View File

@@ -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