OpenSageTV / sagetv-miniclient

SageTV MiniClient for Android TV (and phone/tablet)
http://forums.sagetv.com/forums/showthread.php?t=62439
Apache License 2.0
19 stars 14 forks source link

Issue with keyboard and favorites on the FireTV #92

Closed jvl711 closed 3 years ago

jvl711 commented 3 years ago

I noticed that when setting up a Favorite by Title on the FireTV ... after you enter the title and hit next it backs all the way out to the Favorites Manger screen ? ... I believe this happens because the back button has focus.

When you do a favorite by keyword no button has focus and it works.

jvl711 commented 3 years ago

If the keyboard is active, and the "enter" keycode is received it was processing the "enter" as well as hiding the keyboard. I am making it just return instead of processing the enter.

This should go into the next release.