mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Move function.
This commit is contained in:
@@ -200,16 +200,6 @@
|
||||
|
||||
#pragma mark -
|
||||
|
||||
- (void)setContactsAreFilteredWithSearch:(BOOL)contactsAreFilteredWithSearch
|
||||
{
|
||||
// Filter out redundant assignments.
|
||||
if (_contactsAreFilteredWithSearch != contactsAreFilteredWithSearch)
|
||||
{
|
||||
_contactsAreFilteredWithSearch = contactsAreFilteredWithSearch;
|
||||
[self updateFooterView];
|
||||
}
|
||||
}
|
||||
|
||||
- (RequestContactsAccessFooterView*)makeFooterView
|
||||
{
|
||||
RequestContactsAccessFooterView *footerView = [RequestContactsAccessFooterView instantiate];
|
||||
@@ -381,6 +371,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void)setContactsAreFilteredWithSearch:(BOOL)contactsAreFilteredWithSearch
|
||||
{
|
||||
// Filter out redundant assignments.
|
||||
if (_contactsAreFilteredWithSearch != contactsAreFilteredWithSearch)
|
||||
{
|
||||
_contactsAreFilteredWithSearch = contactsAreFilteredWithSearch;
|
||||
[self updateFooterView];
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - MXKDataSourceDelegate
|
||||
|
||||
- (Class<MXKCellRendering>)cellViewClassForCellData:(MXKCellData*)cellData
|
||||
|
||||
Reference in New Issue
Block a user