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

Commit f21f1a91 authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Volume Dialog: Fix NPE found in monkey testing." into mnc-dev

parents e3fc5415 dc005a89
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -198,9 +198,13 @@ public class VolumeDialogMotion {
        setDismissing(true);
        if (mShowing) {
            mDialogView.animate().cancel();
            if (mContentsPositionAnimator != null) {
                mContentsPositionAnimator.cancel();
            }
            mContents.animate().cancel();
            if (mChevronPositionAnimator != null) {
                mChevronPositionAnimator.cancel();
            }
            mChevron.animate().cancel();
            setShowing(false);
        }