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

Commit ded7c84c authored by Ben Lin's avatar Ben Lin Committed by Android (Google) Code Review
Browse files

Merge "Notif pipeline: call on UpdateFinished() callback after adding a child."

parents ac6025f3 4d231252
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {