mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Bug Fix: Directory should be accessible from search even if the search field is empty
https://github.com/vector-im/vector-ios/issues/104
This commit is contained in:
@@ -45,6 +45,16 @@
|
||||
*/
|
||||
@property (nonatomic, readonly) PublicRoomsDirectoryDataSource *publicRoomsDirectoryDataSource;
|
||||
|
||||
/**
|
||||
Hide the public rooms directory cell. YES by default.
|
||||
*/
|
||||
@property (nonatomic) BOOL hidepublicRoomsDirectory;
|
||||
|
||||
/**
|
||||
Hide recents. NO by default.
|
||||
*/
|
||||
@property (nonatomic) BOOL hideRecents;
|
||||
|
||||
/**
|
||||
Return the header height from the section.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user