mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-31 01:42:18 +00:00
Fix
This commit is contained in:
parent
04f7b41e47
commit
1e49c24614
@ -489,7 +489,7 @@ func initializedNetwork(arguments: NetworkInitializationArguments, supplementary
|
||||
context.keychain = keychain
|
||||
var wrappedAdditionalSource: MTSignal?
|
||||
#if os(iOS)
|
||||
if #available(iOS 10.0, *) {
|
||||
if #available(iOS 10.0, *), !supplementary {
|
||||
var cloudDataContextValue: CloudDataContext?
|
||||
if let value = cloudDataContext.with({ $0 }) {
|
||||
cloudDataContextValue = value
|
||||
|
Loading…
x
Reference in New Issue
Block a user