Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34458ea9 authored by lyn's avatar lyn
Browse files

Update ListAttachState.section javadoc

Bug: 395698521
Test: treehugger
Flag: com.android.systemui.notification_bundle_ui
Change-Id: I6af8183f1cb407117c4db31c44550b2b2d6354d4
parent 0103b68f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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?,