mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
disable Turbo on Android to save precious mcode
This is a workaround to fix #1456.
This commit is contained in:
@@ -17,7 +17,7 @@ function HTTPClient:request(request, response_callback)
|
||||
request.connect_timeout = 10
|
||||
request.request_timeout = 20
|
||||
UIManager:initLooper()
|
||||
UIManager:handleTask(function()
|
||||
UIManager.looper:add_callback(function()
|
||||
-- avoid endless waiting for input
|
||||
UIManager.INPUT_TIMEOUT = self.INPUT_TIMEOUT
|
||||
self.input_timeouts = self.input_timeouts + 1
|
||||
|
||||
Reference in New Issue
Block a user