We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc8baa commit 5c4a218Copy full SHA for 5c4a218
Classes/GlobalStateExplorers/Globals/FLEXGlobalsViewController.m
@@ -171,7 +171,7 @@ - (void)viewDidLoad {
171
self.title = self.customTitle ?: @"💪 FLEX";
172
self.showsSearchBar = YES;
173
self.searchBarDebounceInterval = kFLEXDebounceInstant;
174
- self.navigationItem.backBarButtonItem = [UIBarButtonItem flex_backItemWithTitle:@"Back"];
+ self.navigationItem.backBarButtonItem = [UIBarButtonItem flex_backItemWithTitle:self.showsDefaultEntries ? @"Back" : self.title];
175
176
_manuallyDeselectOnAppear = NSProcessInfo.processInfo.operatingSystemVersion.majorVersion < 10;
177
}
0 commit comments