fix(tv): smooth sidebar expansion behavior

This commit is contained in:
edde746
2026-05-22 03:54:34 +02:00
parent 487c7b87f6
commit fea973a72a
17 changed files with 277 additions and 99 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ class _SettingsScreenState extends State<SettingsScreen> with FocusableTab, Moun
}
void _navigateToSidebar() {
MainScreenFocusScope.of(context)?.focusSidebar();
MainScreenFocusScope.of(context, listen: false)?.focusSidebar();
}
KeyEventResult _handleKeyEvent(FocusNode _, KeyEvent event) {