mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Android: Get rid of the Camera key hack
Unnecessary now that we have a standard mechanism to disable touch input ;).
This commit is contained in:
@@ -310,13 +310,6 @@ if Device:isAndroid() then
|
||||
end,
|
||||
}
|
||||
|
||||
-- camera key events
|
||||
common_settings.android_camera_key = {
|
||||
text = _("Camera key toggles touchscreen support"),
|
||||
checked_func = function() return G_reader_settings:isTrue("camera_key_toggles_touchscreen") end,
|
||||
callback = function() G_reader_settings:flipNilOrFalse("camera_key_toggles_touchscreen") end,
|
||||
}
|
||||
|
||||
common_settings.android_back_button = {
|
||||
text = _("Ignore back button completely"),
|
||||
checked_func = function() return android.isBackButtonIgnored() end,
|
||||
|
||||
Reference in New Issue
Block a user