Tanner Bennett il y a 6 ans
Parent
commit
29dd970ea7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Classes/GlobalStateExplorers/FLEXObjectListViewController.m

+ 2 - 2
Classes/GlobalStateExplorers/FLEXObjectListViewController.m

@@ -240,9 +240,9 @@
         }
     ];
     
-    section.selectionHandler = ^(__kindof UIViewController *host, id element) {
+    section.selectionHandler = ^(__kindof UIViewController *host, FLEXObjectRef *ref) {
         [self.navigationController pushViewController:[
-            FLEXObjectExplorerFactory explorerViewControllerForObject:element
+            FLEXObjectExplorerFactory explorerViewControllerForObject:ref.object
         ] animated:YES];
     };