mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 06:36:58 +02:00
Warn unknown devices: Show a loading wheel while doing [MXCrypto setDevicesKnown:]
This commit is contained in:
@@ -3152,8 +3152,10 @@
|
||||
self->currentAlert = nil;
|
||||
|
||||
// Acknowledge the existence of all devices
|
||||
[self startActivityIndicator];
|
||||
[self.mainSession.crypto setDevicesKnown:self->unknownDevices complete:^{
|
||||
self->unknownDevices = nil;
|
||||
[self stopActivityIndicator];
|
||||
}];
|
||||
}];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user