Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5658e26 authored by David Lin's avatar David Lin Committed by Android (Google) Code Review
Browse files

Merge "Properly constrain FAB to its normal bounds when tucking" into 24D1-dev

parents 3fdae375 1840cab0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -317,6 +317,7 @@ class MenuAnimationController {
            constrainPositionAndUpdate(
                    new PointF(mMenuView.getTranslationX(), mMenuView.getTranslationY()),
                    /* writeToPosition = */ true);
            mMenuView.onPositionChanged(true);
            moveToEdgeAndHide();
            return true;
        }