mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Fix the footer when searching from StartChatViewController.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user