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

Commit 43984355 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Ensure the no calling icon is not ignored" into sc-dev am: f493164d

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

Change-Id: I986f4f9a5623592e2291d79bb939a08df046f9dc
parents 5f107887 f493164d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -235,6 +235,12 @@ public class QuickStatusBarHeader extends FrameLayout {
                public void onAnimationStarted() {
                    mIconContainer.removeIgnoredSlot(mMobileSlotName);
                }

                @Override
                public void onAnimationAtStart() {
                    super.onAnimationAtStart();
                    mIconContainer.removeIgnoredSlot(mMobileSlotName);
                }
            });
        }
        mAlphaAnimator = builder.build();