StartChatViewController: Prevent inviting contact with email only if no IS configured.

This commit is contained in:
SBiOSoftWhare
2019-08-13 17:08:42 +02:00
parent 852c9469d5
commit c5df898f2f
2 changed files with 41 additions and 13 deletions
@@ -19,14 +19,7 @@
/**
'StartChatViewController' instance is used to prepare new room creation.
*/
@interface StartChatViewController : ContactsTableViewController <UITableViewDataSource, UISearchBarDelegate, ContactsTableViewControllerDelegate>
@property (weak, nonatomic) IBOutlet UIView *searchBarHeader;
@property (weak, nonatomic) IBOutlet UISearchBar *searchBarView;
@property (weak, nonatomic) IBOutlet UIView *searchBarHeaderBorder;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *searchBarTopConstraint;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *tableViewBottomConstraint;
@interface StartChatViewController : ContactsTableViewController
/**
Tell whether a search session is in progress