mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 05:06:58 +02:00
UsersDeviceViewController: Add an onComplete param to the displayUsersDevices method
This commit is contained in:
@@ -2285,7 +2285,7 @@
|
||||
if (unknownDevices)
|
||||
{
|
||||
UsersDevicesViewController *usersDevicesViewController = (UsersDevicesViewController *)segue.destinationViewController.childViewControllers.firstObject;
|
||||
[usersDevicesViewController displayUsersDevices:unknownDevices andMatrixSession:self.roomDataSource.mxSession];
|
||||
[usersDevicesViewController displayUsersDevices:unknownDevices andMatrixSession:self.roomDataSource.mxSession onComplete:nil];
|
||||
|
||||
unknownDevices = nil;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user