diff --git a/Classes/Base.lproj/ChatConversationCreateView.xib b/Classes/Base.lproj/ChatConversationCreateView.xib index 2c5d7dbc7..2b6129977 100644 --- a/Classes/Base.lproj/ChatConversationCreateView.xib +++ b/Classes/Base.lproj/ChatConversationCreateView.xib @@ -1,17 +1,18 @@ - + - + + @@ -183,9 +184,9 @@ - + - + diff --git a/Classes/ChatConversationCreateView.h b/Classes/ChatConversationCreateView.h index 0a3c8662a..1557650e2 100644 --- a/Classes/ChatConversationCreateView.h +++ b/Classes/ChatConversationCreateView.h @@ -19,6 +19,7 @@ @property(strong, nonatomic) IBOutlet ChatConversationCreateTableView *tableController; @property(strong, nonatomic) IBOutlet ChatConversationCreateCollectionViewController *collectionController; @property (weak, nonatomic) IBOutlet UICollectionView *collectionView; +@property (weak, nonatomic) IBOutlet UIIconButton *backButton; @property (weak, nonatomic) IBOutlet UIIconButton *nextButton; @property (weak, nonatomic) IBOutlet UIIconButton *allButton; @property (weak, nonatomic) IBOutlet UIIconButton *linphoneButton; diff --git a/Classes/ChatConversationCreateView.m b/Classes/ChatConversationCreateView.m index 86c155eff..27f2929fa 100644 --- a/Classes/ChatConversationCreateView.m +++ b/Classes/ChatConversationCreateView.m @@ -55,6 +55,7 @@ static UICompositeViewDescription *compositeDescription = nil; - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; _waitView.hidden = YES; + _backButton.hidden = IPAD; if(_tableController.contactsGroup.count == 0) { if (!_isForEditing) _nextButton.enabled = FALSE;