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

Commit 195158b1 authored by Riley Jones's avatar Riley Jones
Browse files

Properly constrain FAB to its normal bounds when tucking

Bug: 343881584
Flag: EXEMPT self-contained bugfix
Test: drag FAB to corner of the screen and release. FAB should move away from the system bars and stay visible.
Change-Id: I5b28214677ae4822d1bbf95d624a8e71a1677149
parent 106560ec
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;
        }