Loading packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java +3 −0 Original line number Diff line number Diff line Loading @@ -593,6 +593,9 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView public void onAnimationEnd(Animator animation) { updateBackground(); mBackgroundAnimator = null; if (mFadeInFromDarkAnimator == null) { mDimmedBackgroundFadeInAmount = -1; } } }); mBackgroundAnimator.addUpdateListener(mBackgroundVisibilityUpdater); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java +3 −0 Original line number Diff line number Diff line Loading @@ -593,6 +593,9 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView public void onAnimationEnd(Animator animation) { updateBackground(); mBackgroundAnimator = null; if (mFadeInFromDarkAnimator == null) { mDimmedBackgroundFadeInAmount = -1; } } }); mBackgroundAnimator.addUpdateListener(mBackgroundVisibilityUpdater); Loading