Group Details: Handle the item selection in rooms and users list.

- Open a contact details screen when the user selects a group member
- Open the room history or a room preview in case of room selection
This commit is contained in:
Giom Foret
2018-01-16 23:49:04 +01:00
parent 152fb21bfa
commit aacd68bfc4
7 changed files with 259 additions and 64 deletions
+2
View File
@@ -80,6 +80,8 @@
[super viewWillAppear:animated];
[AppDelegate theDelegate].masterTabBarController.navigationItem.title = NSLocalizedStringFromTable(@"title_home", @"Vector", nil);
[AppDelegate theDelegate].masterTabBarController.navigationController.navigationBar.tintColor = kRiotColorGreen;
[AppDelegate theDelegate].masterTabBarController.tabBar.tintColor = kRiotColorGreen;
if (recentsDataSource)
{