Don't toggle the footer when toggling the top status bar

This commit is contained in:
poire-z
2021-01-29 18:39:06 +01:00
parent 8ee7dcf342
commit 49e2d91afb
5 changed files with 21 additions and 15 deletions

View File

@@ -757,7 +757,6 @@ function ReaderFooter:disableFooter()
self.updateFooterPage = function() end
self.updateFooterPos = function() end
self.onUpdatePos = function() end
self.onSetStatusLine = function() end
self.mode = self.mode_list.off
self.view.footer_visible = false
end