mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Remove uninitialised header views.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
#import "RecentCellData.h"
|
||||
#import "SectionHeaderView.h"
|
||||
#import "DirectorySectionHeaderContainerView.h"
|
||||
|
||||
#import "ThemeService.h"
|
||||
|
||||
@@ -47,10 +46,6 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
|
||||
|
||||
NSInteger shrinkedSectionsBitMask;
|
||||
|
||||
DirectorySectionHeaderContainerView *directorySectionContainer;
|
||||
UILabel *networkLabel;
|
||||
UILabel *directoryServerLabel;
|
||||
|
||||
NSMutableDictionary<NSString*, id> *roomTagsListenerByUserId;
|
||||
|
||||
// Timer to not refresh publicRoomsDirectoryDataSource on every keystroke.
|
||||
|
||||
Reference in New Issue
Block a user