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

Commit f4a16350 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed a bug where a notification had no background" into lmp-dev

parents 7e678711 23e6acbd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 {