mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Rewing far enough
(Debug guards are not helping... I'm... not a fan of what they do to code flow, to be frank).
This commit is contained in:
@@ -552,7 +552,7 @@ function UIManager:schedule(sched_time, action, ...)
|
||||
end
|
||||
until e < s
|
||||
end
|
||||
local caller = debug.getinfo(2, "S")
|
||||
local caller = debug.getinfo(5, "S")
|
||||
table.insert(self._task_queue, p, {
|
||||
time = sched_time,
|
||||
action = action,
|
||||
|
||||
Reference in New Issue
Block a user