Fixing bug on create account fragment on tablet

This commit is contained in:
Erwan Croze 2017-01-18 15:15:21 +01:00
parent ea0e84c8a9
commit b644cf115d

View file

@ -327,6 +327,7 @@ public class CreateAccountFragment extends Fragment implements CompoundButton.On
if (linkAccount) {
addAlias();
} else {
if (useEmail.isChecked()) accountCreator.setPhoneNumber(null, null);
if (!getResources().getBoolean(R.bool.isTablet) || getUsername().length() > 0) {
accountCreator.isAccountUsed();
} else {