Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e2ef35e authored by Beverly's avatar Beverly Committed by Beverly Tai
Browse files

[flexiglass] After delay from bg, collapse shade from mainDispatcher

Bug: 308819693
Test: atest ShadeControllerSceneImplTest
Flag: com.android.systemui.scene_container
Change-Id: Idbfc49aa8ead68cc21b0f38b71cc836bae562d84
parent 61018dce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ constructor(
            if (delayed) {
                scope.launch {
                    delay(125)
                    animateCollapseShadeInternal()
                    withContext(mainDispatcher) { animateCollapseShadeInternal() }
                }
            } else {
                animateCollapseShadeInternal()