Update ConvoViewModel.swift

This commit is contained in:
talksik
2022-01-01 20:20:10 -08:00
parent e863804a63
commit bb6f9661d8
@@ -139,6 +139,8 @@ class ConvoViewModel: NSObject, ObservableObject {
}
deinit {
// TODO: make sure that this gets fired if someone closes the app
// deinit the firestore listener
self.convosListener?.remove()