mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] Prevent double run genFooterText (#5233)
This commit is contained in:
@@ -942,7 +942,7 @@ end
|
||||
function ReaderFooter:_updateFooterText(force_repaint)
|
||||
local text = self:genFooterText()
|
||||
if text then
|
||||
self.footer_text:setText(self:genFooterText())
|
||||
self.footer_text:setText(text)
|
||||
end
|
||||
if self.settings.disable_progress_bar then
|
||||
if self.has_no_mode or not text then
|
||||
|
||||
Reference in New Issue
Block a user