mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
no message
This commit is contained in:
@@ -7,7 +7,12 @@ import MtProtoKitDynamic
|
||||
|
||||
var legacyComponentsApplication: UIApplication!
|
||||
|
||||
private let legacyLocalization = TGLocalization(version: 0, code: "en", dict: [:], isActive: true)
|
||||
private var legacyLocalization = TGLocalization(version: 0, code: "en", dict: [:], isActive: true)
|
||||
|
||||
func updateLegacyLocalization(strings: PresentationStrings) {
|
||||
legacyLocalization = TGLocalization(version: 0, code: strings.languageCode, dict: strings.dict, isActive: true)
|
||||
}
|
||||
|
||||
private var legacyDocumentsStorePath: String?
|
||||
private var legacyCanOpenUrl: (URL) -> Bool = { _ in return false }
|
||||
private var legacyOpenUrl: (URL) -> Void = { _ in }
|
||||
|
||||
Reference in New Issue
Block a user