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

Commit ceb413ce authored by Behnam Heydarshahi's avatar Behnam Heydarshahi Committed by Automerger Merge Worker
Browse files

Merge "Log volume dialog" into tm-qpr-dev am: 6d61c09d am: 959cf26b am: 953d0d30

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

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