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 2aec883095
commit ec8e5e3c19
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)
}