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

Commit ece342ba authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Round bottom corners for notif before shelf after swipe ends" into sc-dev

parents 3ad556f6 5dfe2590
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5268,6 +5268,8 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable
        mController.getNoticationRoundessManager()
                .setViewsAffectedBySwipe(null, null, null,
                        getResources().getBoolean(R.bool.flag_notif_updates));
        // Round bottom corners for notification right before shelf.
        mShelf.updateAppearance();
    }

    void setTopHeadsUpEntry(NotificationEntry topEntry) {