mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Fix sign out warning presentation on iPad
This commit is contained in:
@@ -2711,7 +2711,11 @@ SignOutAlertPresenterDelegate>
|
||||
self.signOutButton = (UIButton*)sender;
|
||||
|
||||
MXKeyBackupState backupState = self.mainSession.crypto.backup.state;
|
||||
[self.signOutAlertPresenter presentFor:backupState from:self animated:YES];
|
||||
[self.signOutAlertPresenter
|
||||
presentFor:backupState
|
||||
from:self
|
||||
sourceView:self.signOutButton
|
||||
animated:YES];
|
||||
}
|
||||
|
||||
- (void)onRemove3PID:(NSIndexPath*)path
|
||||
|
||||
Reference in New Issue
Block a user