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

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

Merge "Revert "Handle not having main window in createThumbnailAppAnimator.""...

Merge "Revert "Handle not having main window in createThumbnailAppAnimator."" into oc-dev am: 646038a3
am: 9ad251e4

Change-Id: Iaddbb28b25642c6128bc8f0705b8f241b42e2071
parents ef9b399d 9ad251e4
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");