mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-26 22:11:27 +00:00
Fix for not updating the installationIdentification property when it changes
This commit is contained in:
@@ -902,6 +902,7 @@ typedef NS_ENUM(NSInteger, BITUpdateAlertViewTag) {
|
||||
} else {
|
||||
[self removeKeyFromKeychain:kBITUpdateInstallationIdentification];
|
||||
}
|
||||
_installationIdentification = installationIdentification;
|
||||
|
||||
// we need to reset the usage time, because the user/device may have changed
|
||||
[self storeUsageTimeForCurrentVersion:[NSNumber numberWithDouble:0]];
|
||||
|
||||
Reference in New Issue
Block a user