Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ListAttachState.kt +2 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ data class ListAttachState private constructor( var parent: PipelineEntry?, /** * The section that this ListEntry was sorted into. If the child of the group, this will be the * parent's section. Null if not attached to the list. * The section that this PipelineEntry was sorted into. If the child of the group, this will be * the parent's section. Null if not attached to the list. */ var section: NotifSection?, Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ListAttachState.kt +2 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ data class ListAttachState private constructor( var parent: PipelineEntry?, /** * The section that this ListEntry was sorted into. If the child of the group, this will be the * parent's section. Null if not attached to the list. * The section that this PipelineEntry was sorted into. If the child of the group, this will be * the parent's section. Null if not attached to the list. */ var section: NotifSection?, Loading