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

This commit is contained in:
Lyn Han
2021-07-02 15:54:52 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {