Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +2 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +2 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading