mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
disable background runner on android
This commit is contained in:
committed by
Frans de Jonge
parent
eee54ffbae
commit
d91d2d72d7
@@ -1,3 +1,12 @@
|
||||
local Device = require("device")
|
||||
|
||||
-- disable on android, since it breaks expect behaviour of an activity.
|
||||
-- it is also unused by other plugins.
|
||||
-- See https://github.com/koreader/koreader/issues/6297
|
||||
if Device:isAndroid() then
|
||||
return { disabled = true, }
|
||||
end
|
||||
|
||||
local CommandRunner = require("commandrunner")
|
||||
local PluginShare = require("pluginshare")
|
||||
local UIManager = require("ui/uimanager")
|
||||
|
||||
Reference in New Issue
Block a user