Footer: update on network disconnect (#9185)

This commit is contained in:
zwim
2022-06-11 22:03:51 +02:00
committed by GitHub
parent cc185bae4e
commit e8597c2e0c

View File

@@ -2495,7 +2495,7 @@ end
function ReaderFooter:onNetworkDisconnected()
if self.settings.wifi_status then
self:maybeUpdateFooter()
self:onUpdateFooter(self.view.footer_visible)
end
end