Skip to content
Snippets Groups Projects
Unverified Commit 83812c58 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

creationwizard: fix call for initJamiAccountConnect

Change-Id: I8aa73c895ae561c5aeb9509b3b5fc1c550c0bcf9
parent 450980ea
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ public class AccountWizardActivity extends BaseActivity<AccountWizardPresenter>
}
public void createAccount(AccountCreationModel accountCreationModel) {
if (TextUtils.isEmpty(accountCreationModel.getManagementServer())) {
if (!TextUtils.isEmpty(accountCreationModel.getManagementServer())) {
presenter.initJamiAccountConnect(accountCreationModel,
getText(R.string.ring_account_default_name).toString());
} else if (accountCreationModel.isLink()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment