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

Commit 5dfe2590 authored by Lyn Han's avatar Lyn Han
Browse files

Round bottom corners for notif before shelf after swipe ends

Fixes: 190065176
Test: swipe then snapback notif before shelf
      => notif bottom corners instantly round
Change-Id: Ia91495515f57e05af5bc6508684890cba1c72f97
parent 840870e7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5265,6 +5265,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) {