Refactoring

This commit is contained in:
Ali
2021-08-04 01:30:57 +02:00
parent f675add6f9
commit 2d66131682
179 changed files with 691 additions and 467 deletions

View File

@@ -334,7 +334,6 @@ public func languageSuggestionController(context: AccountContext, suggestedLocal
}
let presentationData = context.sharedContext.currentPresentationData.with { $0 }
let theme = context.sharedContext.presentationData
let strings = LanguageSuggestionControllerStrings(localization: suggestedLocalization)
guard let mainPath = getAppBundle().path(forResource: "en", ofType: "lproj") else {
return nil