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

This commit is contained in:
Ben Lin
2022-01-21 03:16:07 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {