tryign to get it playing but not working

This commit is contained in:
talksik
2022-01-03 22:58:28 -08:00
parent a3563657ab
commit 6b9335b127
3 changed files with 24 additions and 13 deletions
@@ -369,6 +369,8 @@ struct CircleGridView: View {
}
self.animateLiveConvos = true
self.innerCircleVM.playWoosh()
}
.onReceive(self.authSessionStore.$messagesArr) {_ in
// TODO: don't know if this fires if I am active and I receive a message but that's not something I am allowing right now with the continuous convo feature