mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-15 19:56:36 +00:00
Fix #1639
This commit is contained in:
parent
7add850fe6
commit
a85c701f50
3 changed files with 7 additions and 0 deletions
|
@ -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 a new issue