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

Commit c067bae0 authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

am db97900f: am cd8b462e: am 87b86a2d: am 46c272d6: Merge "Don\'t dismiss...

am db97900f: am cd8b462e: am 87b86a2d: am 46c272d6: Merge "Don\'t dismiss volume during animation" into mnc-dev

* commit 'db97900f':
  Don't dismiss volume during animation
parents ba31dff1 db97900f
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;