Loading packages/SystemUI/src/com/android/systemui/shade/ShadeControllerSceneImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ constructor( if (delayed) { scope.launch { delay(125) animateCollapseShadeInternal() withContext(mainDispatcher) { animateCollapseShadeInternal() } } } else { animateCollapseShadeInternal() Loading Loading
packages/SystemUI/src/com/android/systemui/shade/ShadeControllerSceneImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ constructor( if (delayed) { scope.launch { delay(125) animateCollapseShadeInternal() withContext(mainDispatcher) { animateCollapseShadeInternal() } } } else { animateCollapseShadeInternal() Loading