Prepare UX rework

- Restore messages/files search handling
This commit is contained in:
Giom Foret
2017-03-27 15:59:51 +02:00
parent be947e1d8b
commit b39299008a
7 changed files with 55 additions and 28 deletions
@@ -31,4 +31,10 @@
*/
- (void)showPublicRoomsDirectory;
/**
Tell whether an event has been selected from messages or files search tab.
*/
@property (nonatomic, readonly) MXEvent *selectedSearchEvent;
@property (nonatomic, readonly) MXSession *selectedSearchEventSession;
@end