Fixing last commit concerning create account
This commit is contained in:
parent
bc48b3d7ec
commit
eee8451eee
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ public class CreateAccountFragment extends Fragment implements CompoundButton.On
|
||||||
} else {
|
} else {
|
||||||
if (useEmail.isChecked()) accountCreator.setPhoneNumber(null, null);
|
if (useEmail.isChecked()) accountCreator.setPhoneNumber(null, null);
|
||||||
if (!getResources().getBoolean(R.bool.isTablet) || getUsername().length() > 0) {
|
if (!getResources().getBoolean(R.bool.isTablet) || getUsername().length() > 0) {
|
||||||
|
LinphoneManager.getLc().getConfig().loadXmlFile(LinphoneManager.getInstance().getmDynamicConfigFile());
|
||||||
accountCreator.isAccountUsed();
|
accountCreator.isAccountUsed();
|
||||||
} else {
|
} else {
|
||||||
LinphoneUtils.displayErrorAlert(LinphoneUtils.errorForUsernameStatus(LinphoneAccountCreator.UsernameCheck.TooShort)
|
LinphoneUtils.displayErrorAlert(LinphoneUtils.errorForUsernameStatus(LinphoneAccountCreator.UsernameCheck.TooShort)
|
||||||
|
|
Loading…
Reference in a new issue