mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix no hardware key bindings on Android
This commit is contained in:
@@ -7,6 +7,7 @@ local function yes() return true end
|
||||
|
||||
local Device = Generic:new{
|
||||
model = "Android",
|
||||
hasKeys = yes,
|
||||
isAndroid = yes,
|
||||
firmware_rev = "none",
|
||||
display_dpi = ffi.C.AConfiguration_getDensity(android.app.config),
|
||||
|
||||
Reference in New Issue
Block a user