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

Commit e0368806 authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Fix crash when clearing all notifications" into nyc-dev

parents f0febdcf 3cb40246
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3045,7 +3045,7 @@ public class NotificationStackScrollLayout extends ViewGroup
            disableClipOptimization();
        }
        handleDismissAllClipping();
        if (mCurrIconRow != null & mCurrIconRow.isVisible()) {
        if (mCurrIconRow != null && mCurrIconRow.isVisible()) {
            mCurrIconRow.getNotificationParent().animateTranslateNotification(0 /* left target */);
        }
    }