good enough sound effect

This commit is contained in:
talksik
2022-01-04 09:30:44 -08:00
parent 6b9335b127
commit db33f05679
4 changed files with 24 additions and 26 deletions
@@ -369,8 +369,6 @@ 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
@@ -383,8 +381,6 @@ struct CircleGridView: View {
} // scrollview reader
}
private func haveNewMessageFromFriend(friendDbId: String) -> Bool {
if self.authSessionStore.user != nil {
let userId = self.authSessionStore.user!.id // O(1) // currUser who is signed in