mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
RadioButtonTable: CheckButton does not have onFocus (#8847)
Fixes #8841
This commit is contained in:
@@ -120,7 +120,6 @@ function RadioButtonTable:init()
|
||||
|
||||
if Device:hasDPad() or Device:hasKeyboard() then
|
||||
self.layout = self.radio_buttons_layout
|
||||
self.layout[1][1]:onFocus()
|
||||
self.key_events.SelectByKeyPress = { {{"Press"}} }
|
||||
else
|
||||
self.key_events = {} -- deregister all key press event listeners
|
||||
|
||||
Reference in New Issue
Block a user