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