Search result display: Open a timeline from the home search - the search over all rooms

This commit is contained in:
manuroe
2016-03-04 09:16:57 +01:00
parent e9e521654a
commit 5a3f415e2f
5 changed files with 34 additions and 2 deletions
@@ -26,6 +26,8 @@
self = [super init];
if (self)
{
searchResult = searchResult2;
// We are displaying a search over all user's rooms
// As title, display the room name of this search result
MXRoom *room = [searchDataSource.mxSession roomWithRoomId:searchResult2.result.roomId];