1
0
Fork 0
mirror of https://github.com/Dimillian/IceCubesApp.git synced 2025-04-27 18:34:45 +00:00
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
Packages
Status/Sources/Status/Row
Timeline/Sources/Timeline/actors

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 {