RadioButtonTable: CheckButton does not have onFocus (#8847)

Fixes #8841
pull/8849/head
yparitcher 2 years ago committed by GitHub
parent 1cd396f9c4
commit 59a63c11b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save