Loading packages/SystemUI/src/com/android/systemui/shade/ShadeControllerSceneImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ constructor( scope.launch { shadeInteractor.isAnyExpanded.collect { if (!it) { runPostCollapseActions() withContext(mainDispatcher) { runPostCollapseActions() } } } } Loading Loading
packages/SystemUI/src/com/android/systemui/shade/ShadeControllerSceneImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ constructor( scope.launch { shadeInteractor.isAnyExpanded.collect { if (!it) { runPostCollapseActions() withContext(mainDispatcher) { runPostCollapseActions() } } } } Loading