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

Commit 076ed490 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Inherit packageName/windowAnimations on TaskSnapshotSurface" into pi-dev

am: aec427ba

Change-Id: Icb244cb14a2a93aef4d8816606f2f2a63746d6df
parents 89d5cf35 aec427ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -173,6 +173,8 @@ class TaskSnapshotSurface implements StartingSurface {
            windowFlags = topFullscreenWindow.getAttrs().flags;
            windowPrivateFlags = topFullscreenWindow.getAttrs().privateFlags;

            layoutParams.packageName = mainWindow.getAttrs().packageName;
            layoutParams.windowAnimations = mainWindow.getAttrs().windowAnimations;
            layoutParams.dimAmount = mainWindow.getAttrs().dimAmount;
            layoutParams.type = TYPE_APPLICATION_STARTING;
            layoutParams.format = snapshot.getSnapshot().getFormat();