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

Commit f493164d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents bc776cb9 a869fe01
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();