Merge "Don't attach pipeline to group expansion mgr." into udc-dev am: d77e69686b am: 56f4f108d8
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24148304 Change-Id: I23642cec741850834fc8e7da3daec9608cfd75a8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -39,7 +39,10 @@ class StackCoordinator @Inject internal constructor(
|
||||
|
||||
override fun attach(pipeline: NotifPipeline) {
|
||||
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) =
|
||||
|
||||
Reference in New Issue
Block a user