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,
|
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 {
|
||||||
|
|
Loading…
Reference in New Issue