RadioButtonTable: CheckButton does not have onFocus (#8847)

Fixes #8841
This commit is contained in:
yparitcher
2022-02-27 03:02:47 -05:00
committed by GitHub
parent 1cd396f9c4
commit 59a63c11b1

View File

@@ -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