소스 검색

Prevent topBar buttons reset

yogevbd 6 년 전
부모
커밋
b1fbee41a1
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0
    7
      lib/ios/RNNTopBarOptions.m

+ 0
- 7
lib/ios/RNNTopBarOptions.m 파일 보기

@@ -168,13 +168,6 @@ extern const NSInteger BLUR_TOPBAR_TAG;
168 168
 	}
169 169
 	
170 170
 	viewController.navigationItem.hidesBackButton = [self.backButtonHidden boolValue];
171
-	
172
-	[self resetOptions];
173
-}
174
-
175
-- (void)resetOptions {
176
-	self.leftButtons = nil;
177
-	self.rightButtons = nil;
178 171
 }
179 172
 
180 173
 -(void)storeOriginalTopBarImages:(UIViewController*)viewController {