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
@@ -30,7 +30,7 @@ final class CameraAccessAlertPresenter {
let alert = UIAlertController(title: VectorL10n.camera, message: VectorL10n.cameraAccessNotGranted(appDisplayName), preferredStyle: .alert)
let cancelActionTitle = Bundle.mxk_localizedString(forKey: "ok")
let cancelAction = UIAlertAction(title: cancelActionTitle, style: .cancel, handler: nil)
let cancelAction = UIAlertAction(title: cancelActionTitle, style: .cancel)
let settingsActionTitle = Bundle.mxk_localizedString(forKey: "settings")
let settingsAction = UIAlertAction(title: settingsActionTitle, style: .default, handler: { _ in