mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Settings > Security: Add Manage Session screen
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user