Add update of the top and bottom status bars, on +/-Charging (#7379)

This commit is contained in:
zwim
2021-04-04 12:17:09 +02:00
committed by GitHub
parent 627065c354
commit 10922561dd
3 changed files with 22 additions and 0 deletions

View File

@@ -1873,6 +1873,14 @@ function ReaderFooter:onUpdateFooter(force_repaint, force_recompute)
end
end
function ReaderFooter:onCharging()
self:onUpdateFooter(self.view.footer_visible)
end
function ReaderFooter:onNotCharging()
self:onUpdateFooter(self.view.footer_visible)
end
function ReaderFooter:updateFooterPage(force_repaint, force_recompute)
if type(self.pageno) ~= "number" then return end
if self.ui.document:hasHiddenFlows() then