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

Commit 6bd55938 authored by Yunfan Chen's avatar Yunfan Chen Committed by Android (Google) Code Review
Browse files

Merge "Apply splash screen and transfer starting window to all activities"

parents 2590a3df 8a8c0ed0
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -1837,6 +1837,7 @@ class AppWindowToken extends WindowToken implements WindowManagerService.AppFree
                    return false;
                }
            }
        }

        if (transferStartingWindow(transferFrom)) {
            return true;
@@ -1853,7 +1854,6 @@ class AppWindowToken extends WindowToken implements WindowManagerService.AppFree
                theme, compatInfo, nonLocalizedLabel, labelRes, icon, logo, windowFlags,
                getMergedOverrideConfiguration());
        scheduleAddStartingWindow();
        }
        return true;
    }