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
 	}
168
 	}
169
 	
169
 	
170
 	viewController.navigationItem.hidesBackButton = [self.backButtonHidden boolValue];
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
 -(void)storeOriginalTopBarImages:(UIViewController*)viewController {
173
 -(void)storeOriginalTopBarImages:(UIViewController*)viewController {