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

Commit bc98c55d authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "[WindowManagerService] fix starting window issue"

parents 904bfb5f abc21800
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3888,7 +3888,7 @@ public class WindowManagerService extends IWindowManager.Stub
            return false;
        }
        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;