mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Fix update view
This should not have been committed. *sigh*
This commit is contained in:
parent
17ed4b962e
commit
df52022391
@ -76,7 +76,7 @@
|
||||
- (void)updateAppStoreHeader {
|
||||
BITAppVersionMetaInfo *appVersion = _updateManager.newestAppVersion;
|
||||
_appStoreHeader.headerLabel = appVersion.name;
|
||||
_appStoreHeader.middleHeaderLabel = [_updateManager currentAppVersion];// [appVersion versionString];
|
||||
// _appStoreHeader.middleHeaderLabel = appVersion versionString];
|
||||
// NSDateFormatter *formatter = [[[NSDateFormatter alloc] init] autorelease];
|
||||
// [formatter setDateStyle:NSDateFormatterMediumStyle];
|
||||
// NSMutableString *subHeaderString = [NSMutableString string];
|
||||
|
Loading…
x
Reference in New Issue
Block a user