mirror of
https://github.com/koreader/koreader.git
synced 2025-12-24 12:14:05 +01:00
Startup: Move Device ctor/dtor shenanigans to the actual Device
constructors and destructors No need to leak implementation details in there.
This commit is contained in:
@@ -26,8 +26,6 @@ end
|
||||
|
||||
-- Okay, if we're here, it's basically because we're running on a Kindle on FW 5.x under KPV
|
||||
local EventListener = require("ui/widget/eventlistener")
|
||||
local util = require("ffi/util")
|
||||
-- lipc
|
||||
|
||||
ReaderActivityIndicator = EventListener:extend{
|
||||
lipc_handle = nil,
|
||||
|
||||
Reference in New Issue
Block a user