Parcourir la source

backButton hideTitle fix

yogevbd il y a 6 ans
Parent
révision
0e45d17e40
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4
    4
      lib/ios/RNNBackButtonOptions.m

+ 4
- 4
lib/ios/RNNBackButtonOptions.m Voir le fichier

@@ -11,10 +11,10 @@
11 11
 	
12 12
 	if (self.visible) {
13 13
 		viewController.navigationItem.hidesBackButton = ![self.visible boolValue];
14
-		
15
-		if (![self.visible boolValue]) {
16
-			self.title = @"";
17
-		}
14
+	}
15
+	
16
+	if (self.hideTitle) {
17
+		self.title = @"";
18 18
 	}
19 19
 	
20 20
 	if (self.title) {