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

Commit 46c272d6 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Don't dismiss volume during animation" into mnc-dev

parents f18ed45f 305e0baa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -462,6 +462,9 @@ public class VolumeDialog {
    }

    protected void dismissH(int reason) {
        if (mMotion.isAnimating()) {
            return;
        }
        mHandler.removeMessages(H.DISMISS);
        mHandler.removeMessages(H.SHOW);
        if (!mShowing) return;