Kaynağa Gözat

Initialize userGlobalEntries in -[FLEXManager init]

Ryan Olson 12 yıl önce
ebeveyn
işleme
dc5b5b1371
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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.eventDelegate = self;
         
+        _userGlobalEntries = [[NSMutableArray alloc] init];
+        
         self.explorerViewController = [[FLEXExplorerViewController alloc] init];
         self.explorerViewController.delegate = self;
         self.explorerWindow.rootViewController = self.explorerViewController;