Merge "Ensure the no calling icon is not ignored" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f493164d91
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user