Fixing UI error linphone login fragment

This commit is contained in:
Erwan Croze 2017-01-18 15:28:14 +01:00
parent b644cf115d
commit bfff5b9ec6

View file

@ -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");