forked from akai/readest
fix(koplugin): only prompt network connection during interactive push progress, closes #2137 (#2152)
This commit is contained in:
@@ -436,7 +436,7 @@ function ReadestSync:pushBookConfig(interactive)
|
||||
local config = self:getCurrentBookConfig()
|
||||
if not config then return end
|
||||
|
||||
if NetworkMgr:willRerunWhenOnline(function() self:pushBookConfig(interactive) end) then
|
||||
if interactive and NetworkMgr:willRerunWhenOnline(function() self:pushBookConfig(interactive) end) then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user