mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
FootnoteWidget: Flag as covers_footer
When footnotes are displayed as "popups", they're displayed over ReaderUI in a BottomContainer, so they pretty much always cover the footer ;). (i.e., they're really really not popups *at all* :D). This prevents spurious status bar auto-refreshes. Re #12323
This commit is contained in:
parent
6bd710b868
commit
89b92b6768
@ -131,6 +131,7 @@ local FootnoteWidget = InputContainer:extend{
|
||||
on_tap_close_callback = nil,
|
||||
close_callback = nil,
|
||||
dialog = nil,
|
||||
covers_footer = true,
|
||||
}
|
||||
|
||||
function FootnoteWidget:init()
|
||||
|
Loading…
Reference in New Issue
Block a user