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

Commit 71988a01 authored by Riley Jones's avatar Riley Jones Committed by Android (Google) Code Review
Browse files

Merge "Properly constrain FAB to its normal bounds when tucking" into main

parents 44cdb195 195158b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -311,6 +311,7 @@ class MenuAnimationController {
            constrainPositionAndUpdate(
                    new PointF(mMenuView.getTranslationX(), mMenuView.getTranslationY()),
                    /* writeToPosition = */ true);
            mMenuView.onPositionChanged(true);
            moveToEdgeAndHide();
            return true;
        }