Merge "Don't attach pipeline to group expansion mgr." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d77e69686b
@@ -39,7 +39,10 @@ class StackCoordinator @Inject internal constructor(
|
|||||||
|
|
||||||
override fun attach(pipeline: NotifPipeline) {
|
override fun attach(pipeline: NotifPipeline) {
|
||||||
pipeline.addOnAfterRenderListListener(::onAfterRenderList)
|
pipeline.addOnAfterRenderListListener(::onAfterRenderList)
|
||||||
groupExpansionManagerImpl.attach(pipeline)
|
// TODO(b/282865576): This has an issue where it makes changes to some groups without
|
||||||
|
// notifying listeners. To be fixed in QPR, but for now let's comment it out to avoid the
|
||||||
|
// group expansion bug.
|
||||||
|
// groupExpansionManagerImpl.attach(pipeline)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun onAfterRenderList(entries: List<ListEntry>, controller: NotifStackController) =
|
fun onAfterRenderList(entries: List<ListEntry>, controller: NotifStackController) =
|
||||||
|
|||||||
Reference in New Issue
Block a user