Loading packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ShadeDisplaysInteractor.kt +4 −2 Original line number Diff line number Diff line Loading @@ -91,8 +91,10 @@ constructor( try { withContext(mainThreadContext) { traceReparenting { collapseAndExpandShadeIfNeeded { shadeDisplayChangeLatencyTracker.onShadeDisplayChanging(destinationId) collapseAndExpandShadeIfNeeded { reparentToDisplayId(id = destinationId) } reparentToDisplayId(id = destinationId) } checkContextDisplayMatchesExpected(destinationId) } } Loading Loading
packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ShadeDisplaysInteractor.kt +4 −2 Original line number Diff line number Diff line Loading @@ -91,8 +91,10 @@ constructor( try { withContext(mainThreadContext) { traceReparenting { collapseAndExpandShadeIfNeeded { shadeDisplayChangeLatencyTracker.onShadeDisplayChanging(destinationId) collapseAndExpandShadeIfNeeded { reparentToDisplayId(id = destinationId) } reparentToDisplayId(id = destinationId) } checkContextDisplayMatchesExpected(destinationId) } } Loading