mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
progressbar(fix): persist progressbar visibility
This commit is contained in:
@@ -6,7 +6,7 @@ describe("ProgressWidget widget", function()
|
||||
Screen = require("device").screen
|
||||
end)
|
||||
|
||||
it("should not crash with nil self.last #ok", function()
|
||||
it("should not crash with nil self.last", function()
|
||||
local progress = ProgressWidget:new{
|
||||
width = 100,
|
||||
height = 50,
|
||||
|
||||
Reference in New Issue
Block a user