Refresh status bar after resume

pull/2610/merge
robert00s 7 years ago committed by Qingping Hou
parent a943b73303
commit 4479d686a0

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

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

Loading…
Cancel
Save