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

Commit bf98c0cc authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am c0eb7e7b: am 20409674: Merge "If home activity is not fullscreen keep drilling." into klp-dev

* commit 'c0eb7e7b':
  If home activity is not fullscreen keep drilling.
parents 0be8fa71 c0eb7e7b
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(