From 8d12a8af899584bb41c9443a3fa473e213e65cf0 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Thu, 11 May 2023 12:03:50 +0200 Subject: [PATCH] Stop forcing "transient_provisioning" to 1 when fetching a remote configuration in the assistant --- Classes/AssistantView.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/AssistantView.m b/Classes/AssistantView.m index 51e86b2a0..6812f782d 100644 --- a/Classes/AssistantView.m +++ b/Classes/AssistantView.m @@ -1581,7 +1581,6 @@ UIColor *previousColor = (UIColor*)[sender backgroundColor]; \ - (IBAction)onRemoteProvisioningLoginClick:(id)sender { ONCLICKBUTTON(sender, 100, { _waitView.hidden = NO; - [LinphoneManager.instance lpConfigSetInt:1 forKey:@"transient_provisioning" inSection:@"misc"]; [self configureAccount]; }); }