mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Big, bigger, bigest
This commit is contained in:
@@ -333,7 +333,7 @@ public class FragmentAccounts extends FragmentBase {
|
||||
grpReady.setVisibility(View.VISIBLE);
|
||||
|
||||
if (accounts.size() == 0) {
|
||||
fab.setCustomSize(Helper.dp2pixels(context, 3 * 56 / 2));
|
||||
fab.setCustomSize(Helper.dp2pixels(context, 2 * 56));
|
||||
if (!animator.isStarted())
|
||||
animator.start();
|
||||
} else {
|
||||
|
||||
@@ -217,7 +217,7 @@ public class FragmentIdentities extends FragmentBase {
|
||||
grpReady.setVisibility(View.VISIBLE);
|
||||
|
||||
if (identities.size() == 0) {
|
||||
fab.setCustomSize(Helper.dp2pixels(context, 3 * 56 / 2));
|
||||
fab.setCustomSize(Helper.dp2pixels(context, 2 * 56));
|
||||
if (!animator.isStarted())
|
||||
animator.start();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user