mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 22:56:57 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user