mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Use a better property name in update view for the title texts
This commit is contained in:
@@ -75,8 +75,8 @@
|
||||
|
||||
- (void)updateAppStoreHeader {
|
||||
BITAppVersionMetaInfo *appVersion = _updateManager.newestAppVersion;
|
||||
_appStoreHeader.headerLabel = appVersion.name;
|
||||
_appStoreHeader.subHeaderLabel = _updateManager.companyName;
|
||||
_appStoreHeader.headerText = appVersion.name;
|
||||
_appStoreHeader.subHeaderText = _updateManager.companyName;
|
||||
}
|
||||
|
||||
- (void)appDidBecomeActive {
|
||||
|
||||
Reference in New Issue
Block a user