Warn unknown devices: Show a loading wheel while doing [MXCrypto setDevicesKnown:]

This commit is contained in:
manuroe
2017-02-15 11:44:22 +01:00
parent 79e21f6d75
commit 098ba39389
2 changed files with 5 additions and 1 deletions
@@ -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];
}];
}