diff --git a/bitchat/BitchatApp.swift b/bitchat/BitchatApp.swift index 40e17dd9..2a43ff9a 100644 --- a/bitchat/BitchatApp.swift +++ b/bitchat/BitchatApp.swift @@ -68,6 +68,7 @@ struct BitchatApp: App { } // Proactively disconnect Nostr to avoid spurious socket errors while Tor is down NostrRelayManager.shared.disconnect() + didEnterBackground = true break case .active: // Restart services when becoming active