mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 03:05:31 +00:00
Reformatting
This commit is contained in:
parent
810f74441b
commit
0a327f5777
1 changed files with 1 additions and 1 deletions
|
@ -1041,7 +1041,7 @@ public class FragmentOAuth extends FragmentBase {
|
||||||
provider = null;
|
provider = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
btnHelp.setVisibility((provider != null && provider.link != null ? View.VISIBLE : View.GONE));
|
btnHelp.setVisibility(provider != null && provider.link != null ? View.VISIBLE : View.GONE);
|
||||||
|
|
||||||
etName.setEnabled(true);
|
etName.setEnabled(true);
|
||||||
etEmail.setEnabled(true);
|
etEmail.setEnabled(true);
|
||||||
|
|
Loading…
Reference in a new issue