From 1e49c246145f43b13d382170640b399d61481bc2 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Thu, 17 Oct 2019 17:00:02 +0300 Subject: [PATCH] Fix --- submodules/TelegramCore/TelegramCore/Network.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramCore/TelegramCore/Network.swift b/submodules/TelegramCore/TelegramCore/Network.swift index 8767d35495..b4b9e86b72 100644 --- a/submodules/TelegramCore/TelegramCore/Network.swift +++ b/submodules/TelegramCore/TelegramCore/Network.swift @@ -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