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

Commit 6d61c09d authored by Behnam Heydarshahi's avatar Behnam Heydarshahi Committed by Android (Google) Code Review
Browse files

Merge "Log volume dialog" into tm-qpr-dev

parents b8b7a230 bcf0bd90
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1398,6 +1398,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
            @Override
            @Override
            public void onAnimationCancel(@NonNull Animator animation) {
            public void onAnimationCancel(@NonNull Animator animation) {
                mInteractionJankMonitor.cancel(CUJ_VOLUME_CONTROL);
                mInteractionJankMonitor.cancel(CUJ_VOLUME_CONTROL);
                Log.d(TAG, "onAnimationCancel");
            }
            }


            @Override
            @Override
@@ -1471,6 +1472,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
        mHandler.removeMessages(H.DISMISS);
        mHandler.removeMessages(H.DISMISS);
        mHandler.removeMessages(H.SHOW);
        mHandler.removeMessages(H.SHOW);
        if (mIsAnimatingDismiss) {
        if (mIsAnimatingDismiss) {
            Log.d(TAG, "dismissH: isAnimatingDismiss");
            return;
            return;
        }
        }
        mIsAnimatingDismiss = true;
        mIsAnimatingDismiss = true;