Explorar o código

Initialize userGlobalEntries in -[FLEXManager init]

Ryan Olson %!s(int64=12) %!d(string=hai) anos
pai
achega
dc5b5b1371
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Classes/Explorer Toolbar/FLEXManager.m

+ 2 - 0
Classes/Explorer Toolbar/FLEXManager.m

@@ -41,6 +41,8 @@
         self.explorerWindow = [[FLEXWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
         self.explorerWindow = [[FLEXWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
         self.explorerWindow.eventDelegate = self;
         self.explorerWindow.eventDelegate = self;
         
         
+        _userGlobalEntries = [[NSMutableArray alloc] init];
+        
         self.explorerViewController = [[FLEXExplorerViewController alloc] init];
         self.explorerViewController = [[FLEXExplorerViewController alloc] init];
         self.explorerViewController.delegate = self;
         self.explorerViewController.delegate = self;
         self.explorerWindow.rootViewController = self.explorerViewController;
         self.explorerWindow.rootViewController = self.explorerViewController;