Javier Soto преди 12 години
родител
ревизия
3f51ece152
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Classes/Global State Explorers/FLEXFileBrowserTableViewController.m

+ 1 - 1
Classes/Global State Explorers/FLEXFileBrowserTableViewController.m

@@ -50,7 +50,7 @@
             }
             
             dispatch_async(dispatch_get_main_queue(), ^{
-              FLEXFileBrowserTableViewController *__strong strongSelf = weakSelf;
+                FLEXFileBrowserTableViewController *__strong strongSelf = weakSelf;
                 strongSelf.recursiveSize = @(totalSize);
                 [strongSelf.tableView reloadData];
             });