Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/NotificationListViewBinder.kt +10 −6 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import com.android.systemui.lifecycle.repeatWhenAttached import com.android.systemui.plugins.FalsingManager import com.android.systemui.res.R import com.android.systemui.statusbar.NotificationShelf import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor import com.android.systemui.statusbar.notification.footer.ui.view.FooterView import com.android.systemui.statusbar.notification.footer.ui.viewbinder.FooterViewBinder import com.android.systemui.statusbar.notification.icon.ui.viewbinder.ShelfNotificationIconViewStore Loading Loading @@ -62,9 +63,11 @@ constructor( viewController: NotificationStackScrollLayoutController ) { bindShelf(view) bindHideList(viewController, viewModel) if (FooterViewRefactor.isEnabled) { bindFooter(view) bindEmptyShade(view) bindHideList(viewController, viewModel) view.repeatWhenAttached { lifecycleScope.launch { Loading @@ -74,6 +77,7 @@ constructor( } } } } private fun bindShelf(parentView: NotificationStackScrollLayout) { val shelf = Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/NotificationListViewBinder.kt +10 −6 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import com.android.systemui.lifecycle.repeatWhenAttached import com.android.systemui.plugins.FalsingManager import com.android.systemui.res.R import com.android.systemui.statusbar.NotificationShelf import com.android.systemui.statusbar.notification.footer.shared.FooterViewRefactor import com.android.systemui.statusbar.notification.footer.ui.view.FooterView import com.android.systemui.statusbar.notification.footer.ui.viewbinder.FooterViewBinder import com.android.systemui.statusbar.notification.icon.ui.viewbinder.ShelfNotificationIconViewStore Loading Loading @@ -62,9 +63,11 @@ constructor( viewController: NotificationStackScrollLayoutController ) { bindShelf(view) bindHideList(viewController, viewModel) if (FooterViewRefactor.isEnabled) { bindFooter(view) bindEmptyShade(view) bindHideList(viewController, viewModel) view.repeatWhenAttached { lifecycleScope.launch { Loading @@ -74,6 +77,7 @@ constructor( } } } } private fun bindShelf(parentView: NotificationStackScrollLayout) { val shelf = Loading