no message

This commit is contained in:
Peter Iakovlev
2018-02-23 20:28:31 +04:00
parent 6bffa09f0e
commit d36e7e3a6e
180 changed files with 4220 additions and 1001 deletions

View File

@@ -16,6 +16,10 @@ func updateLegacyLocalization(strings: PresentationStrings) {
legacyLocalization = TGLocalization(version: 0, code: strings.languageCode, dict: strings.dict, isActive: true)
}
func updateLegacyTheme() {
TGCheckButtonView.resetCache()
}
public func updateLegacyComponentsAccount(_ account: Account?) {
legacyComponentsAccount = account
}