mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
DeactivateAccountViewController: For password alert, remove empty cancel handler and use nil instead
This commit is contained in:
@@ -321,9 +321,7 @@ static CGFloat const kTextFontSize = 15.0;
|
||||
[strongSelf deactivateAccountWithUserId:userId andPassword:password eraseAllMessages:strongSelf.forgetMessageButton.isEnabled];
|
||||
}
|
||||
|
||||
} cancelHandler:^{
|
||||
|
||||
}];
|
||||
} cancelHandler:nil];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user