mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
Improve the people invite screens
#904 - Hide/show the non-matrix-enabled contacts from the local contacts section.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
'ContactsTableViewController' instance is used to display/filter a list of contacts.
|
||||
See 'ContactsTableViewController-inherited' object for example of use.
|
||||
*/
|
||||
@interface ContactsTableViewController : MXKViewController <UITableViewDelegate, UITableViewDataSource>
|
||||
@interface ContactsTableViewController : MXKViewController <UITableViewDelegate, UITableViewDataSource, UIGestureRecognizerDelegate>
|
||||
{
|
||||
@protected
|
||||
// Section indexes
|
||||
@@ -51,6 +51,9 @@
|
||||
// The contact used to describe the current user.
|
||||
MXKContact *userContact;
|
||||
|
||||
// Tell whether the non-matrix-enabled contacts must be hidden or not. NO by default.
|
||||
BOOL hideNonMatrixEnabledContacts;
|
||||
|
||||
// Search results
|
||||
NSString *currentSearchText;
|
||||
NSMutableArray<MXKContact*> *filteredLocalContacts;
|
||||
|
||||
Reference in New Issue
Block a user