fix settingscreen focus issue
This commit is contained in:
parent
95b3d50a34
commit
d5575ced33
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue