mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 22:58:13 +00:00
Stop forcing "transient_provisioning" to 1 when fetching a remote configuration in the assistant
This commit is contained in:
parent
77edc0972e
commit
8d12a8af89
1 changed files with 0 additions and 1 deletions
|
|
@ -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];
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue