Преглед изворни кода

Fix bug introduced in cb2e0789

Tanner Bennett пре 5 година
родитељ
комит
46c6dcb7e6
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcutsSection.m

+ 2 - 2
Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcutsSection.m

@@ -369,8 +369,6 @@ typedef NSMutableDictionary<Class, NSMutableArray<id<FLEXRuntimeMetadata>> *> Re
                 [bucket addObjectsFromArray:items];
             }
         }
-        
-        [self reset];
     }
 }
 
@@ -472,6 +470,8 @@ typedef NSMutableDictionary<Class, NSMutableArray<id<FLEXRuntimeMetadata>> *> Re
             }];
             [self _register:items to:ivarBucket class:cls];
         }
+        
+        [self reset];
     };
 }