partial refresh when switching time display in progress bar

This commit is contained in:
chrox
2013-12-17 19:51:07 +08:00
parent 5dd96b8756
commit 3205f228d3

View File

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