Fixing bug on create account fragment on tablet
This commit is contained in:
parent
ea0e84c8a9
commit
b644cf115d
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ public class CreateAccountFragment extends Fragment implements CompoundButton.On
|
||||||
if (linkAccount) {
|
if (linkAccount) {
|
||||||
addAlias();
|
addAlias();
|
||||||
} else {
|
} else {
|
||||||
|
if (useEmail.isChecked()) accountCreator.setPhoneNumber(null, null);
|
||||||
if (!getResources().getBoolean(R.bool.isTablet) || getUsername().length() > 0) {
|
if (!getResources().getBoolean(R.bool.isTablet) || getUsername().length() > 0) {
|
||||||
accountCreator.isAccountUsed();
|
accountCreator.isAccountUsed();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue