mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Fix SwiftLint warnings
This commit is contained in:
@@ -133,12 +133,12 @@ final class KeyBackupSetupIntroViewController: UIViewController {
|
||||
private func showSkipAlert() {
|
||||
let alertController = UIAlertController(title: VectorL10n.keyBackupSetupSkipAlertTitle,
|
||||
message: VectorL10n.keyBackupSetupSkipAlertMessage,
|
||||
preferredStyle:.alert)
|
||||
preferredStyle: .alert)
|
||||
|
||||
alertController.addAction(UIAlertAction(title: VectorL10n.continue, style: .cancel, handler: { action in
|
||||
}))
|
||||
|
||||
alertController.addAction(UIAlertAction(title: VectorL10n.keyBackupSetupSkipAlertSkipAction , style: .default, handler: { action in
|
||||
alertController.addAction(UIAlertAction(title: VectorL10n.keyBackupSetupSkipAlertSkipAction, style: .default, handler: { action in
|
||||
self.delegate?.keyBackupSetupIntroViewControllerDidCancel(self)
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user