duration screwing other animations

This commit is contained in:
talksik
2022-01-02 02:11:58 -08:00
parent b432747f2c
commit 208d3d3111
@@ -150,7 +150,7 @@ struct InnerCircleView: View {
// set status of user to online
self.authSessionStore.updateUserStatus(userStatus: .online)
}
.toast(isPresenting: self.$convoViewModel.showToast, duration: 2) {
.toast(isPresenting: self.$convoViewModel.showToast) {
self.convoViewModel.toast?.view ?? AlertToast(displayMode: .hud, type: .error(Color.red), title: "Something went wrong")
}
// .onDisappear {