Use one external entry point on AppDelegate to navigate to a room

This commit is contained in:
SBiOSoftWhare
2019-04-08 13:32:46 +02:00
parent af2164d21e
commit 0f26ed8e3e
5 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -260,7 +260,7 @@
if ([recentsDataSource.publicRoomsDirectoryDataSource.mxSession roomWithRoomId:publicRoom.roomId])
{
// Open the public room
[[AppDelegate theDelegate].masterTabBarController selectRoomWithId:publicRoom.roomId andEventId:nil inMatrixSession:recentsDataSource.publicRoomsDirectoryDataSource.mxSession];
[[AppDelegate theDelegate] showRoom:publicRoom.roomId andEventId:nil withMatrixSession:recentsDataSource.publicRoomsDirectoryDataSource.mxSession];
}
else
{