Loading packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java +3 −1 Original line number Diff line number Diff line Loading @@ -263,8 +263,10 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView animator.addListener(new AnimatorListenerAdapter() { @Override public void onAnimationEnd(Animator animation) { if (mDimmed) { mBackgroundNormal.setVisibility(View.INVISIBLE); } } }); animator.reverse(); } else { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java +3 −1 Original line number Diff line number Diff line Loading @@ -263,8 +263,10 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView animator.addListener(new AnimatorListenerAdapter() { @Override public void onAnimationEnd(Animator animation) { if (mDimmed) { mBackgroundNormal.setVisibility(View.INVISIBLE); } } }); animator.reverse(); } else { Loading