mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-15 22:11:06 +00:00
Optimize timeline
This commit is contained in:
parent
fa4603e77c
commit
8f0548f45d
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ public struct StatusRowView: View {
|
|||
viewModel.navigateToDetail()
|
||||
}
|
||||
.accessibilityActions {
|
||||
if isFocused == false, viewModel.showActions {
|
||||
if !isFocused, viewModel.showActions, accessibilityVoiceOverEnabled {
|
||||
accessibilityActions
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue