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

Commit 8683f1b1 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Gerrit Code Review
Browse files

Merge "[WindowManagerService] fix starting window issue"

parents 2786002b a8d54b24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4312,7 +4312,7 @@ public class WindowManagerService extends IWindowManager.Stub
                AppWindowToken ttoken = findAppWindowToken(transferFrom);
                if (ttoken != null) {
                    WindowState startingWindow = ttoken.startingWindow;
                    if (startingWindow != null) {
                    if (startingWindow != null && ttoken.startingView != null) {
                        // In this case, the starting icon has already been displayed, so start
                        // letting windows get shown immediately without any more transitions.
                        mSkipAppTransitionAnimation = true;