mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[StatusBar] Allow status bars to be repainted if they are not covered (#9768)
This commit is contained in:
@@ -54,7 +54,7 @@ function ReaderStatus:onEndOfBook()
|
||||
self:onMarkBook(true)
|
||||
end
|
||||
|
||||
if (settings == "pop-up" or settings == nil) and UIManager:getTopWidget() ~= "end_document" then
|
||||
if (settings == "pop-up" or settings == nil) and UIManager:getNthTopWidget().name ~= "end_document" then
|
||||
local buttons = {
|
||||
{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user