Loading packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java +6 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java +6 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading