Merge branch 'charlesmchen/keyboardDimissNoContacts'

pull/1/head
Matthew Chen 7 years ago
commit 4d04ebedfe

@ -64,6 +64,10 @@ NSString *const kSelectRecipientViewControllerCellIdentifier = @"kSelectRecipien
[self createViews];
[self populateDefaultCountryNameAndCode];
if (self.delegate.shouldHideContacts) {
self.tableViewController.tableView.scrollEnabled = NO;
}
}
- (void)viewDidLoad

Loading…
Cancel
Save