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();
|
int status = getPhoneNumberStatus();
|
||||||
boolean isOk = status == LinphoneAccountCreator.PhoneNumberCheck.Ok.value();
|
boolean isOk = status == LinphoneAccountCreator.PhoneNumberCheck.Ok.value();
|
||||||
if (isOk) {
|
if (isOk) {
|
||||||
|
LinphoneManager.getLc().getConfig().loadXmlFile(LinphoneManager.getInstance().getmDynamicConfigFile());
|
||||||
accountCreator.isPhoneNumberUsed();
|
accountCreator.isPhoneNumberUsed();
|
||||||
} else {
|
} else {
|
||||||
apply.setEnabled(true);
|
apply.setEnabled(true);
|
||||||
|
|
Loading…
Reference in a new issue