Refresh status bar after resume

This commit is contained in:
robert00s
2017-03-23 18:20:39 +01:00
committed by Qingping Hou
parent a943b73303
commit 4479d686a0
2 changed files with 5 additions and 1 deletions

View File

@@ -880,4 +880,8 @@ function ReaderPaging:onGotoPercentage(percentage)
return true
end
function ReaderPaging:onResume()
self.view.footer:updateFooter()
end
return ReaderPaging

View File

@@ -332,7 +332,7 @@ function ReaderRolling:onPageUpdate(new_page)
end
function ReaderRolling:onResume()
self:updateBatteryState()
self.view.footer:updateFooter()
end
function ReaderRolling:onDoubleTapForward()