Dict/Wiki: update footer on full refresh

This commit is contained in:
poire-z
2020-11-16 15:48:27 +01:00
parent 8d49b8d46b
commit 314ac1973a

View File

@@ -821,6 +821,8 @@ function DictQuickLookup:onSwipe(arg, ges)
self:changeToPrevDict()
else
if self.refresh_callback then self.refresh_callback() end
-- update footer (time & battery)
self.ui:handleEvent(Event:new("UpdateFooter", true))
-- trigger a full-screen HQ flashing refresh
UIManager:setDirty(nil, "full")
-- a long diagonal swipe may also be used for taking a screenshot,