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

Commit 7b914561 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Use correct thread to remove starting window" into oc-mr1-dev

am: 3e009eef

Change-Id: I8223a3ff04c53f7137b6d76d5c845626a2a7a67a
parents f61e73f1 3e009eef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -652,7 +652,7 @@ public class AppWindowContainerController

            // Use the same thread to remove the window as we used to add it, as otherwise we end up
            // with things in the view hierarchy being called from different threads.
            mHandler.post(() -> {
            mService.mAnimationHandler.post(() -> {
                if (DEBUG_STARTING_WINDOW) Slog.v(TAG_WM, "Removing startingView=" + surface);
                try {
                    surface.remove();