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

This commit is contained in:
TreeHugger Robot
2021-04-19 17:15:11 +00:00
committed by Android (Google) Code Review

View File

@@ -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();