Settings > Security: Add Manage Session screen

This commit is contained in:
manuroe
2020-01-29 17:56:24 +01:00
parent c264fe65b2
commit b702eeb8d2
7 changed files with 815 additions and 1 deletions
@@ -16,6 +16,8 @@
#import "SecurityViewController.h"
#import "ManageSessionViewController.h"
#import <MatrixKit/MatrixKit.h>
#import <OLMKit/OLMKit.h>
@@ -902,7 +904,9 @@ UIDocumentInteractionControllerDelegate>
NSUInteger deviceIndex = row;
if (deviceIndex < devicesArray.count)
{
[self showDeviceDetails:devicesArray[deviceIndex]];
ManageSessionViewController *viewController = [ManageSessionViewController instantiateWithMatrixSession:self.mainSession andDevice:devicesArray[deviceIndex]];
[self pushViewController:viewController];
}
}