mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix device:init() bug on Android platform
This commit is contained in:
@@ -37,7 +37,7 @@ function Device:init()
|
||||
self.isTouchDevice = yes
|
||||
end
|
||||
|
||||
Generic:init()
|
||||
Generic.init(self)
|
||||
end
|
||||
|
||||
return Device
|
||||
|
||||
Reference in New Issue
Block a user