Update nirvana_iosApp.swift

This commit is contained in:
talksik
2022-01-02 03:48:01 -08:00
parent 565333b152
commit 62f3746468
-2
View File
@@ -36,8 +36,6 @@ struct nirvana_iosApp: App {
// set firestore user document isOnline to true
self.authSessionStore.updateUserStatus(userStatus: .online)
case .background:
// TODO: find a way to do this in the background so that people can call me and start talking even if it's in the background
// but this may just not be possible, only with an actual call so to speak
print("app is in backgroun")
self.authSessionStore.updateUserStatus(userStatus: .background)
default: