Big, bigger, bigest

pull/194/merge
M66B 3 years ago
parent b2a37f61cc
commit 67b6b103dd

@ -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 {

Loading…
Cancel
Save