Fix recover account with phone number on first launch
This commit is contained in:
parent
d522d33ae0
commit
56c809bfe9
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ public class LinphoneLoginFragment extends Fragment implements CompoundButton.On
|
|||
int status = getPhoneNumberStatus();
|
||||
boolean isOk = status == LinphoneAccountCreator.PhoneNumberCheck.Ok.value();
|
||||
if (isOk) {
|
||||
LinphoneManager.getLc().getConfig().loadXmlFile(LinphoneManager.getInstance().getmDynamicConfigFile());
|
||||
accountCreator.isPhoneNumberUsed();
|
||||
} else {
|
||||
apply.setEnabled(true);
|
||||
|
|
Loading…
Reference in a new issue