mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 23:47:01 +00:00
Merge branch 'beta'
This commit is contained in:
commit
6fc5b1be74
@ -566,7 +566,7 @@ API_AVAILABLE(ios(10))
|
||||
[resultData writeToFile:filePath atomically:false];
|
||||
}
|
||||
|
||||
if (@available(iOS 11, *)) {
|
||||
/*if (@available(iOS 11, *)) {
|
||||
NSData *currentEncryptedData = [NSData dataWithContentsOfFile:encryptedPath];
|
||||
|
||||
LocalPrivateKey *localPrivateKey = [self getLocalPrivateKey:baseAppBundleId];
|
||||
@ -589,7 +589,7 @@ API_AVAILABLE(ios(10))
|
||||
[encryptedData writeToFile:encryptedPath atomically:false];
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
CFAbsoluteTime endTime = CFAbsoluteTimeGetCurrent();
|
||||
NSLog(@"deviceSpecificEncryptionParameters took %f ms", (endTime - startTime) * 1000.0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user