mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-10 21:54:10 +01:00
Fix #1639
This commit is contained in:
parent
7add850fe6
commit
a85c701f50
@ -281,6 +281,13 @@ public struct StatusRowView: View {
|
||||
}
|
||||
} label: {
|
||||
Text("status.filter.show-anyway")
|
||||
.foregroundStyle(theme.tintColor)
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
}
|
||||
.onTapGesture {
|
||||
withAnimation {
|
||||
viewModel.isFiltered = false
|
||||
}
|
||||
}
|
||||
.accessibilityAction {
|
||||
|
Loading…
Reference in New Issue
Block a user