mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
Warn unknown devices: Show a loading wheel while doing [MXCrypto setDevicesKnown:]
This commit is contained in:
@@ -220,8 +220,10 @@
|
||||
- (IBAction)onDone:(id)sender
|
||||
{
|
||||
// Acknowledge the existence of all devices before leaving this screen
|
||||
[self startActivityIndicator];
|
||||
[mxSession.crypto setDevicesKnown:usersDevices complete:^{
|
||||
|
||||
|
||||
[self stopActivityIndicator];
|
||||
[self dismissViewControllerAnimated:YES completion:nil];
|
||||
}];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user