mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
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…
Add table
Reference in a new issue