diff options
Diffstat (limited to 'ios')
-rw-r--r-- | ios/iosremote/WalkThroughContainerViewController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/iosremote/WalkThroughContainerViewController.m b/ios/iosremote/WalkThroughContainerViewController.m index 0763362b5d58..cd449bcd41d8 100644 --- a/ios/iosremote/WalkThroughContainerViewController.m +++ b/ios/iosremote/WalkThroughContainerViewController.m @@ -46,7 +46,7 @@ [self setTitle:NSLocalizedString(@"How-to", nil)]; - + self.navigationController.navigationBar.translucent = NO; } - (void)didReceiveMemoryWarning |