mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
partial refresh when switching time display in progress bar
This commit is contained in:
@@ -93,7 +93,7 @@ end
|
||||
function ReaderFooter:onTapFooter(arg, gev)
|
||||
self.show_time = not self.show_time
|
||||
self:updateFooter()
|
||||
UIManager:setDirty(self.view.dialog)
|
||||
UIManager:setDirty(self.view.dialog, "partial")
|
||||
-- consume this tap when footer is visible
|
||||
if self.visible then
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user