mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Groups: self-management of membership of groups
- Prepare Group Details screen vector-im/riot-meta#114
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user