mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix initialPrimaryLanguage
This commit is contained in:
parent
aacf6a765a
commit
81a28e2dac
1 changed files with 1 additions and 0 deletions
|
|
@ -647,6 +647,7 @@
|
|||
}
|
||||
|
||||
- (void)setInitialPrimaryLanguage:(NSString *)initialPrimaryLanguage {
|
||||
_initialPrimaryLanguage = initialPrimaryLanguage;
|
||||
((ASPanningOverriddenUITextView *)_textKitComponents.textView).initialPrimaryLanguage = initialPrimaryLanguage;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue