Fix the footer when searching from StartChatViewController.

This commit is contained in:
Doug
2021-08-13 14:38:24 +01:00
parent 4614b1b47e
commit 24d0b62906
3 changed files with 32 additions and 13 deletions
@@ -73,6 +73,13 @@
*/
@property (nonatomic) BOOL hideRequestContactAccessFooter;
/**
Indicates when there's an active search. This is used to indicate that the contacts
access footer should be hidden as even without local contacts, there will still be
results to be shown from the server.
*/
@property (nonatomic) BOOL contactsAreFilteredWithSearch;
/**
If YES, the table view will scroll at the top on the next data source refresh.
It comes back to NO after each refresh.