From 46a78e8dfb6347d6d47cdedf5aa71d3434c0755f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Sat, 22 Feb 2025 17:32:14 -0400 Subject: [PATCH] Update AppDelegate.mm --- ios/BlueWallet/AppDelegate.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/ios/BlueWallet/AppDelegate.mm b/ios/BlueWallet/AppDelegate.mm index 3223cbcf5..eb1959c85 100644 --- a/ios/BlueWallet/AppDelegate.mm +++ b/ios/BlueWallet/AppDelegate.mm @@ -20,7 +20,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - [MenuElementsEmitter sharedInstance]; [self clearFilesIfNeeded]; self.userDefaultsGroup = [[NSUserDefaults alloc] initWithSuiteName:@"group.io.bluewallet.bluewallet"];