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

Commit 20409674 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "If home activity is not fullscreen keep drilling." into klp-dev

parents ff49e2d9 f41bcd47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1143,7 +1143,7 @@ final class ActivityStack {
                    } else if (isActivityOverHome(r)) {
                        if (DEBUG_VISBILITY) Slog.v(TAG, "Showing home: at " + r);
                        showHomeBehindStack = true;
                        behindFullscreen = true;
                        behindFullscreen = !isHomeStack();
                    }
                } else {
                    if (DEBUG_VISBILITY) Slog.v(