mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
remove remote provisionning uri for all non sucess cases in RemoteProvisioningLoginActivity
This commit is contained in:
parent
2b746ec7c8
commit
59f4e5005e
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ public class RemoteProvisioningLoginActivity extends Activity implements OnClick
|
|||
LinphonePreferences.instance().getConfig().sync();
|
||||
startActivity(new Intent().setClass(RemoteProvisioningLoginActivity.this, LinphoneActivity.class).setData(getIntent().getData()));
|
||||
finish();
|
||||
} else if (state == ConfiguringState.Failed) {
|
||||
} else {
|
||||
//to make sure we do not retry by acident
|
||||
LinphonePreferences.instance().setRemoteProvisioningUrl(null);
|
||||
LinphonePreferences.instance().getConfig().sync();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue