Merge branch 'charlesmchen/fixNewConversationBackButton'

pull/1/head
Matthew Chen 9 years ago
commit 90b6789b29

@ -117,7 +117,6 @@ NSString *const MessageComposeTableViewControllerCellContact = @"ContactTableVie
- (void)viewDidLoad {
[super viewDidLoad];
[self.navigationController.navigationBar setTranslucent:NO];
[self useOWSBackButton];
self.navigationItem.rightBarButtonItem.accessibilityLabel = NSLocalizedString(
@"CREATE_NEW_GROUP", @"Accessibility label for the create group new group button");

Loading…
Cancel
Save