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

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

am 723f7bbc: am 7f7ce0f7: am a2824410: Merge "Do not show Home behind full screen activity"

* commit '723f7bbc':
  Do not show Home behind full screen activity
parents 5454ac6b 723f7bbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1189,6 +1189,7 @@ final class ActivityStack {
                        // At this point, nothing else needs to be shown
                        // At this point, nothing else needs to be shown
                        if (DEBUG_VISBILITY) Slog.v(TAG, "Fullscreen: at " + r);
                        if (DEBUG_VISBILITY) Slog.v(TAG, "Fullscreen: at " + r);
                        behindFullscreen = true;
                        behindFullscreen = true;
                        showHomeBehindStack = false;
                    } else if (isActivityOverHome(r)) {
                    } else if (isActivityOverHome(r)) {
                        if (DEBUG_VISBILITY) Slog.v(TAG, "Showing home: at " + r);
                        if (DEBUG_VISBILITY) Slog.v(TAG, "Showing home: at " + r);
                        showHomeBehindStack = true;
                        showHomeBehindStack = true;