From ddadccc554c91304f12092310f40fa7ef98fc5c1 Mon Sep 17 00:00:00 2001 From: jack <212554440+jackjackbits@users.noreply.github.com> Date: Thu, 11 Sep 2025 18:31:55 +0200 Subject: [PATCH] Update bitchat/BitchatApp.swift Co-authored-by: asmo --- bitchat/BitchatApp.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/bitchat/BitchatApp.swift b/bitchat/BitchatApp.swift index 560b0d65..e1144ec2 100644 --- a/bitchat/BitchatApp.swift +++ b/bitchat/BitchatApp.swift @@ -70,6 +70,7 @@ struct BitchatApp: App { // Proactively disconnect Nostr to avoid spurious socket errors while Tor is down NostrRelayManager.shared.disconnect() didEnterBackground = true + didEnterBackground = true break case .active: // Restart services when becoming active