Updated wizard to match new webservice method
This commit is contained in:
parent
798126fdcb
commit
7a87c66211
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public class WizardConfirmFragment extends Fragment {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
client.callAsync(listener, "check_account_validated", "sip:" + username + "@" + getString(R.string.default_domain));
|
client.callAsync(listener, "check_account_validated", username + "@" + getString(R.string.default_domain));
|
||||||
}
|
}
|
||||||
catch(Exception ex) {
|
catch(Exception ex) {
|
||||||
mHandler.post(runNotReachable);
|
mHandler.post(runNotReachable);
|
||||||
|
|
Loading…
Reference in a new issue