fix color behind navbar

pull/1/head
Michael Kirk 7 years ago
parent 3d6b8e2bb5
commit 1d4ead080b

@ -102,6 +102,8 @@ const NSUInteger kNewGroupViewControllerAvatarWidth = 68;
self.title = [MessageStrings newGroupDefaultTitle];
self.view.backgroundColor = UIColor.ows_themeBackgroundColor;
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc]
initWithTitle:NSLocalizedString(@"NEW_GROUP_CREATE_BUTTON", @"The title for the 'create group' button.")
style:UIBarButtonItemStylePlain

@ -102,6 +102,8 @@ NS_ASSUME_NONNULL_BEGIN
OWSAssert(self.thread.groupModel);
OWSAssert(self.thread.groupModel.groupMemberIds);
self.view.backgroundColor = UIColor.ows_themeBackgroundColor;
[self.memberRecipientIds addObjectsFromArray:self.thread.groupModel.groupMemberIds];
self.previousMemberRecipientIds = [NSSet setWithArray:self.thread.groupModel.groupMemberIds];

Loading…
Cancel
Save