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

Commit 0e733bbb authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Avoid warning log from InteractionJankMonitor in...

Merge "Merge "Avoid warning log from InteractionJankMonitor in VolumeDialogImpl" into tm-dev am: d8dbe24c am: 5c4b1046" into tm-d1-dev-plus-aosp am: 96e80b5e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18401537



Change-Id: Ie24783df728c73361a4683ef5cc514712b596c24
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ea9bc827 96e80b5e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1270,6 +1270,10 @@ public class VolumeDialogImpl implements VolumeDialog,
        return new Animator.AnimatorListener() {
            @Override
            public void onAnimationStart(@NonNull Animator animation) {
                if (!v.isAttachedToWindow()) {
                    if (D.BUG) Log.d(TAG, "onAnimationStart view do not attached to window:" + v);
                    return;
                }
                mInteractionJankMonitor.begin(Builder.withView(CUJ_VOLUME_CONTROL, v).setTag(type)
                        .setTimeout(timeout));
            }