From beea3e17bed73a096c0e9a63b5c6d45ce8da58f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noe=CC=81=20Malzieu?= Date: Fri, 9 Aug 2024 17:58:19 +0200 Subject: [PATCH] Remove duplicated code --- ios/XMTPModule.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ios/XMTPModule.swift b/ios/XMTPModule.swift index 2d478c4c0..788b0fa9c 100644 --- a/ios/XMTPModule.swift +++ b/ios/XMTPModule.swift @@ -1480,12 +1480,6 @@ public class XMTPModule: Module { } return await client.contacts.isGroupDenied(groupId: groupId) } - - OnAppBecomesActive { - Task { - try await clientsManager.reconnectAllLocalDatabaseConnections() - } - } AsyncFunction("exportNativeLogs") { () -> String in var logOutput = ""