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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15181380

Change-Id: Ie80258b4051e37a87112e75667b7cbbc72b54d17
This commit is contained in:
Lyn Han
2021-07-02 16:04:54 +00:00
committed by Automerger Merge Worker

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