Skip to content

Commit

Permalink
Do flashui refresh for first display of History page (#11603)
Browse files Browse the repository at this point in the history
This fixes ghosting for color Pocketbook devices

Fixes #11602.
  • Loading branch information
dmalinovsky committed Apr 6, 2024
1 parent c415aea commit 6cc970d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base
2 changes: 1 addition & 1 deletion frontend/apps/filemanager/filemanagerhistory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function FileManagerHistory:onShowHist(search_info)
self.hist_menu = nil
G_reader_settings:saveSetting("history_filter", self.filter)
end
UIManager:show(self.hist_menu)
UIManager:show(self.hist_menu, "flashui")
return true
end

Expand Down

0 comments on commit 6cc970d

Please sign in to comment.