1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 03:05:31 +00:00

Reformatting

This commit is contained in:
M66B 2023-02-05 10:30:21 +01:00
parent 810f74441b
commit 0a327f5777

View file

@ -1041,7 +1041,7 @@ public class FragmentOAuth extends FragmentBase {
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);
etEmail.setEnabled(true);