fix(tv): reach app bar actions via up from tabs

close #1202
This commit is contained in:
edde746
2026-06-06 08:51:08 +02:00
parent d90cc61541
commit 32421e4c84
5 changed files with 21 additions and 44 deletions
+1 -1
View File
@@ -535,7 +535,7 @@ class _LiveTvScreenState extends State<LiveTvScreen>
i,
onSelectWhenActive: _focusCurrentTab,
onNavigateDown: _focusCurrentTab,
onNavigateRightFromLast: () => _actionBarKey.currentState?.requestFocusOnFirst(),
onNavigateToActions: () => _actionBarKey.currentState?.requestFocusOnFirst(),
),
],
];