diff --git a/packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java b/packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java index 3f063125ef852..7123e495268a7 100644 --- a/packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java +++ b/packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java @@ -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();