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

Commit ebffde2e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixes notification menu fade-in on swipe."

parents a5019f8d 03323799
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -367,6 +367,9 @@ public class NotificationMenuRow implements NotificationMenuRowPlugin, View.OnCl
    public void onSnapOpen() {
        mMenuSnapped = true;
        mMenuSnappedOnLeft = isMenuOnLeft();
        if (mAlpha == 0f && mParent != null) {
            fadeInMenu(mParent.getWidth());
        }
        if (mMenuListener != null) {
            mMenuListener.onMenuShown(getParent());
        }