Skip to content
Snippets Groups Projects
Commit b506c8b9 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

TV: Fix typo blocking key actions

parent 153ca100
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ abstract class BaseTvActivity : FragmentActivity(), CoroutineScope by MainScope(
override fun onKeyUp(keyCode: Int, event: KeyEvent): Boolean {
KeyHelper.manageModifiers(event)
return super.onKeyDown(keyCode, event)
return super.onKeyUp(keyCode, event)
}
protected abstract fun refresh()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment