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

Commit c04b9458 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Fixed a bug where the dimmed background could be invisible am: 3334a182

am: 53d7b672

Change-Id: I1acae36d41732e2b1df9d0c8b65a646e8f35f229
parents 29f40afd 53d7b672
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);