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

Commit 3cb40246 authored by Mady Mellor's avatar Mady Mellor
Browse files

Fix crash when clearing all notifications

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