readerfooter: fix disableFooter() (used in unit tests only)
Some checks failed
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled

This commit is contained in:
hius07
2025-07-21 09:45:40 +03:00
committed by GitHub
parent 769bcb091e
commit 483233ec72

View File

@@ -960,6 +960,7 @@ function ReaderFooter:disableFooter()
self.onReaderReady = function() end
self.resetLayout = function() end
self.updateFooter = function() end
self.onUpdateFooter = function() end
self.mode = self.mode_list.off
self.view.footer_visible = false
end