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 707fcfdbdd
commit f807790560
3 changed files with 9 additions and 3 deletions
@@ -20,7 +20,10 @@
#import <JavaScriptCore/JavaScriptCore.h>
NSString *kJavascriptSendResponseToModular = @"riotIOS.sendResponse('%@', %@);";
NSString *const kIntegrationManagerMainScreen = nil;
NSString *const kIntegrationManagerAddIntegrationScreen = @"add_integ";
const NSString *kJavascriptSendResponseToModular = @"riotIOS.sendResponse('%@', %@);";
@interface IntegrationManagerViewController ()