Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/RootNodeController.kt +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ class RootNodeController( override fun addChildAt(child: NodeController, index: Int) { listContainer.addContainerViewAt(child.view, index) listContainer.onNotificationViewUpdateFinished() } override fun moveChildTo(child: NodeController, index: Int) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/RootNodeController.kt +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ class RootNodeController( override fun addChildAt(child: NodeController, index: Int) { listContainer.addContainerViewAt(child.view, index) listContainer.onNotificationViewUpdateFinished() } override fun moveChildTo(child: NodeController, index: Int) { Loading