Code Quality: Fix Stève's remarks

This commit is contained in:
manuroe
2020-08-26 08:32:07 +02:00
parent c9f495d460
commit fcebc84337
4 changed files with 6 additions and 6 deletions
@@ -134,7 +134,7 @@ final class UserVerificationCoordinator: NSObject, UserVerificationCoordinatorTy
message: VectorL10n.keyVerificationBootstrapNotSetupMessage,
preferredStyle: .alert)
let cancelAction = UIAlertAction(title: Bundle.mxk_localizedString(forKey: "ok"), style: .cancel, handler: nil)
let cancelAction = UIAlertAction(title: Bundle.mxk_localizedString(forKey: "ok"), style: .cancel)
alert.addAction(cancelAction)
self.presenter.toPresentable().present(alert, animated: true, completion: nil)