mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
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 {
|
||||
if (useEmail.isChecked()) accountCreator.setPhoneNumber(null, null);
|
||||
if (!getResources().getBoolean(R.bool.isTablet) || getUsername().length() > 0) {
|
||||
LinphoneManager.getLc().getConfig().loadXmlFile(LinphoneManager.getInstance().getmDynamicConfigFile());
|
||||
accountCreator.isAccountUsed();
|
||||
} else {
|
||||
LinphoneUtils.displayErrorAlert(LinphoneUtils.errorForUsernameStatus(LinphoneAccountCreator.UsernameCheck.TooShort)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue