fix(fab): completly hide in profile page
This commit is contained in:
parent
3d7683cb67
commit
f6a35e92c7
|
@ -889,7 +889,6 @@ public class ProfileFragment extends LoaderFragment implements OnBackPressedList
|
|||
0,
|
||||
fab.getHeight() * 2);
|
||||
animate.setDuration(300);
|
||||
animate.setFillAfter(true);
|
||||
fab.startAnimation(animate);
|
||||
fab.setVisibility(View.INVISIBLE);
|
||||
scrollDiff = 0;
|
||||
|
@ -902,7 +901,6 @@ public class ProfileFragment extends LoaderFragment implements OnBackPressedList
|
|||
fab.getHeight() * 2,
|
||||
0);
|
||||
animate.setDuration(300);
|
||||
animate.setFillAfter(true);
|
||||
fab.startAnimation(animate);
|
||||
scrollDiff = 0;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue