Launch wizard if no account configured
This commit is contained in:
parent
01dbbf4764
commit
3dfe287520
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public class LinphoneActivity extends Activity implements OnClickListener, Conta
|
|||
wizard.setClass(this, RemoteProvisioningLoginActivity.class);
|
||||
wizard.putExtra("Domain", LinphoneManager.getInstance().wizardLoginViewDomain);
|
||||
startActivityForResult(wizard, REMOTE_PROVISIONING_LOGIN_ACTIVITY);
|
||||
} else if (useFirstLoginActivity && LinphonePreferences.instance().isFirstLaunch()) {
|
||||
} else if (useFirstLoginActivity && LinphonePreferences.instance().isFirstLaunch() || LinphoneManager.getLc().getProxyConfigList().length == 0) {
|
||||
if (LinphonePreferences.instance().getAccountCount() > 0) {
|
||||
LinphonePreferences.instance().firstLaunchSuccessful();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue