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

Commit 9ad251e4 authored by Bryce Lee's avatar Bryce Lee Committed by android-build-merger
Browse files

Merge "Revert "Handle not having main window in createThumbnailAppAnimator."" into oc-dev

am: 646038a3

Change-Id: I9f6b1b84261d39d2db578011b78c52a516b54bab
parents 5288d90a 646038a3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -693,8 +693,7 @@ class WindowSurfacePlacer {
            SurfaceControl surfaceControl = new SurfaceControl(mService.mFxSession,
                    "thumbnail anim", dirty.width(), dirty.height(),
                    PixelFormat.TRANSLUCENT, SurfaceControl.HIDDEN,
                    appToken.windowType,
                    window != null ? window.mOwnerUid : Binder.getCallingUid());
                    appToken.windowType, window.mOwnerUid);
            surfaceControl.setLayerStack(display.getLayerStack());
            if (SHOW_TRANSACTIONS) {
                Slog.i(TAG, "  THUMBNAIL " + surfaceControl + ": CREATE");