Modular integrations UI: Make the integrations icon open the main "Manage integrations" page

This commit is contained in:
manuroe
2017-09-15 13:36:26 +02:00
parent 1085b4038b
commit 734837955f
3 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -367,7 +367,7 @@
barButtonItem.target = self;
barButtonItem.action = @selector(onButtonPressed:);
}
// Prepare missed dicussion badge
missedDiscussionsBarButtonCustomView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, 21)];
missedDiscussionsBarButtonCustomView.backgroundColor = [UIColor clearColor];
@@ -2881,7 +2881,7 @@
{
IntegrationManagerViewController *modularVC = [[IntegrationManagerViewController alloc] initForMXSession:self.roomDataSource.mxSession
inRoom:self.roomDataSource.roomId
screen:@"add_integ"
screen:kIntegrationManagerMainScreen
widgetId:nil];
[self.navigationController pushViewController:modularVC animated:YES];