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

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