mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix Fabs stays at left upper corner bug
This commit is contained in:
parent
5e3a1fe051
commit
34309827e1
1 changed files with 3 additions and 0 deletions
|
|
@ -338,6 +338,9 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
|
||||||
p.setAnchorId(View.NO_ID);
|
p.setAnchorId(View.NO_ID);
|
||||||
fabPlus.setLayoutParams(p);
|
fabPlus.setLayoutParams(p);
|
||||||
fabPlus.hide();
|
fabPlus.hide();
|
||||||
|
fabCommons.hide();
|
||||||
|
fabCamera.hide();
|
||||||
|
fabGallery.hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void showFAB() {
|
private void showFAB() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue