Groups: self-management of membership of groups

- Prepare Group Details screen

vector-im/riot-meta#114
This commit is contained in:
Giom Foret
2017-12-14 16:05:11 +01:00
parent 654f5ecc50
commit 8a7ce414ff
25 changed files with 2491 additions and 472 deletions
+1 -2
View File
@@ -613,8 +613,7 @@
{
// Replace the rootviewcontroller with a group details view controller
_currentGroupDetailViewController = [GroupDetailsViewController groupDetailsViewController];
[_currentGroupDetailViewController addMatrixSession:_selectedGroupSession];
_currentGroupDetailViewController.group = _selectedGroup;
[_currentGroupDetailViewController setGroup:_selectedGroup withMatrixSession:_selectedGroupSession];
navigationController.viewControllers = @[_currentGroupDetailViewController];
}