Fixing UI error linphone login fragment
This commit is contained in:
parent
b644cf115d
commit
bfff5b9ec6
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ public class LinphoneLoginFragment extends Fragment implements CompoundButton.On
|
|||
|
||||
//Phone number
|
||||
if(getResources().getBoolean(R.bool.use_phone_number_validation)){
|
||||
messagePhoneNumber.setText(getString(R.string.assistant_create_account_part_1));
|
||||
phone = getArguments().getString("Phone");
|
||||
dialcode = getArguments().getString("Dialcode");
|
||||
|
||||
|
|
Loading…
Reference in a new issue