This commit is contained in:
Thomas Ricouard 2023-12-31 13:17:09 +01:00
parent 7add850fe6
commit a85c701f50
3 changed files with 7 additions and 0 deletions

View file

@ -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 {