mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
progressbardialog: fix refresh
This commit is contained in:
committed by
Frans de Jonge
parent
ea3a8a7dbe
commit
60a475773c
@@ -173,7 +173,7 @@ end
|
||||
|
||||
function ProgressbarDialog:redrawProgressbar()
|
||||
--UI is not updating during file download so force an update
|
||||
UIManager:setDirty(self, function() return "fast", self.progress_bar.dimen end)
|
||||
UIManager:setDirty(self, function() return "fast", self.dimen end)
|
||||
UIManager:forceRePaint()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user