소스 검색

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];
     };
 }