adapt to changes since RI

pull/1/head
Michael Kirk 7 years ago
parent 6e1c1a681b
commit 11db859e6b

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

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

Loading…
Cancel
Save