mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
make ffi/util module local
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
local EventListener = require("ui/widget/eventlistener")
|
||||
local Device = require("ui/device")
|
||||
local util = require("ffi/util")
|
||||
-- lipc
|
||||
|
||||
local ReaderActivityIndicator = EventListener:new{}
|
||||
@@ -12,7 +13,7 @@ function ReaderActivityIndicator:init()
|
||||
end
|
||||
end
|
||||
|
||||
function ReaderActivityIndicator:onStartActivityIndicator()
|
||||
function ReaderActivityIndicator:onStartActivityIndicator()
|
||||
if self.lipc_handle then
|
||||
-- check if activity indicator is needed
|
||||
if self.document.configurable.text_wrap == 1 then
|
||||
|
||||
Reference in New Issue
Block a user