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

Commit 913802e7 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

am: 076ed490

Change-Id: I9478306c6ac579468f77a5f07658ec0db72a425f
parents 2cc1e727 076ed490
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();