Browse Source

Prevent topBar buttons reset

yogevbd 6 years ago
parent
commit
b1fbee41a1
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      lib/ios/RNNTopBarOptions.m

+ 0
- 7
lib/ios/RNNTopBarOptions.m View File

@@ -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 {