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

Commit 9cb65af1 authored by Randy Pfohl's avatar Randy Pfohl Committed by Android (Google) Code Review
Browse files

Merge "Crash fix: ensuring we will always return surface, allowing it to...

Merge "Crash fix: ensuring we will always return surface, allowing it to relayer later instead of waiting" into main
parents 8a9fc481 da1bc19e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -675,7 +675,7 @@ public class ShellTaskOrganizer extends TaskOrganizer {
     */
    @Nullable
    public SurfaceControl getOverviewOverlayContainer(int displayId) {
        return mOverviewOverlayLeashes.get(displayId);
        return getOrCreateOverviewOverlayContainer(displayId);
    }

    /**