mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-27 02:14:45 +00:00
Fix swipe actions not updating
This commit is contained in:
parent
eee6a8b0bb
commit
6dcce79379
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ struct StatusRowSwipeView: View {
|
||||||
return viewModel.status.visibility == .priv && viewModel.status.account.id == currentAccount.account?.id
|
return viewModel.status.visibility == .priv && viewModel.status.account.id == currentAccount.account?.id
|
||||||
}
|
}
|
||||||
|
|
||||||
let viewModel: StatusRowViewModel
|
@ObservedObject var viewModel: StatusRowViewModel
|
||||||
let mode: Mode
|
let mode: Mode
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
|
|
Loading…
Reference in a new issue