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

Commit 2a002bb4 authored by Beverly Tai's avatar Beverly Tai Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] runPostCollapseActions from the main thread" into main

parents 8c1b8116 92407600
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ constructor(
        scope.launch {
            shadeInteractor.isAnyExpanded.collect {
                if (!it) {
                    runPostCollapseActions()
                    withContext(mainDispatcher) { runPostCollapseActions() }
                }
            }
        }