Remove unused NSBundle extension methods.

Fix compile errors and remove duplicate strings after rebase.
This commit is contained in:
Doug
2022-03-03 09:37:14 +00:00
parent 86c2b4ebb5
commit 4d01740ce3
9 changed files with 2 additions and 100 deletions
@@ -313,7 +313,7 @@ extension ServiceTermsModalScreenViewController: ServiceTermsModalTableHeaderVie
}
let alertController = UIAlertController(title: title, message: message, preferredStyle: .alert)
alertController.addAction(UIAlertAction(title: Bundle.mxk_localizedString(forKey: "ok"), style: .default))
alertController.addAction(UIAlertAction(title: VectorL10n.ok, style: .default))
present(alertController, animated: true)
}