fix settingscreen focus issue

This commit is contained in:
tapframe 2026-03-03 06:01:36 +05:30
parent 95b3d50a34
commit d5575ced33

View file

@ -290,9 +290,7 @@ fun SettingsScreen(
.onPreviewKeyEvent { event ->
if (event.type == KeyEventType.KeyDown && event.key == Key.DirectionRight) {
allowDetailAutofocus = true
pendingContentFocusCategory = selectedCategory
pendingContentFocusRequestId += 1L
true
false
} else {
false
}