Merge pull request #91

fix(fab): completly hide in profile page
This commit is contained in:
LucasGGamerM 2023-02-17 18:30:07 -03:00 committed by GitHub
commit e12d19d0d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -889,7 +889,6 @@ public class ProfileFragment extends LoaderFragment implements OnBackPressedList
0, 0,
fab.getHeight() * 2); fab.getHeight() * 2);
animate.setDuration(300); animate.setDuration(300);
animate.setFillAfter(true);
fab.startAnimation(animate); fab.startAnimation(animate);
fab.setVisibility(View.INVISIBLE); fab.setVisibility(View.INVISIBLE);
scrollDiff = 0; scrollDiff = 0;
@ -902,7 +901,6 @@ public class ProfileFragment extends LoaderFragment implements OnBackPressedList
fab.getHeight() * 2, fab.getHeight() * 2,
0); 0);
animate.setDuration(300); animate.setDuration(300);
animate.setFillAfter(true);
fab.startAnimation(animate); fab.startAnimation(animate);
scrollDiff = 0; scrollDiff = 0;
} else { } else {