Update bitchat/BitchatApp.swift

Co-authored-by: asmo <asmogo@protonmail.com>
This commit is contained in:
jack
2025-09-11 18:31:55 +02:00
committed by GitHub
co-authored by asmo
parent 74589539c3
commit ddadccc554
+1
View File
@@ -70,6 +70,7 @@ struct BitchatApp: App {
// Proactively disconnect Nostr to avoid spurious socket errors while Tor is down // Proactively disconnect Nostr to avoid spurious socket errors while Tor is down
NostrRelayManager.shared.disconnect() NostrRelayManager.shared.disconnect()
didEnterBackground = true didEnterBackground = true
didEnterBackground = true
break break
case .active: case .active:
// Restart services when becoming active // Restart services when becoming active