mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-08 01:40:09 +00:00
Fix build
This commit is contained in:
parent
2bb75e1356
commit
049c7f9c0c
@ -1328,7 +1328,7 @@ func selectivePrivacySettingsController(
|
|||||||
})
|
})
|
||||||
|
|
||||||
if case .presence = kind {
|
if case .presence = kind {
|
||||||
updated(settings, nil, phoneDiscoveryEnabled, updateGlobalSettingsSignal)
|
updated(settings, nil, phoneDiscoveryEnabled, updatedGlobalSettings)
|
||||||
} else if case .voiceCalls = kind, let dataSaving = callDataSaving, let callP2PSettings = callP2PSettings, let systemIntegrationEnabled = callIntegrationEnabled {
|
} else if case .voiceCalls = kind, let dataSaving = callDataSaving, let callP2PSettings = callP2PSettings, let systemIntegrationEnabled = callIntegrationEnabled {
|
||||||
updated(settings, (callP2PSettings, VoiceCallSettings(dataSaving: dataSaving, enableSystemIntegration: systemIntegrationEnabled)), phoneDiscoveryEnabled, nil)
|
updated(settings, (callP2PSettings, VoiceCallSettings(dataSaving: dataSaving, enableSystemIntegration: systemIntegrationEnabled)), phoneDiscoveryEnabled, nil)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user