am a2824410
: Merge "Do not show Home behind full screen activity"
* commit 'a282441038b8a82be1b9b6afc41145e5570ce377': Do not show Home behind full screen activity
This commit is contained in:
@ -1142,6 +1142,7 @@ final class ActivityStack {
|
||||
// At this point, nothing else needs to be shown
|
||||
if (DEBUG_VISBILITY) Slog.v(TAG, "Fullscreen: at " + r);
|
||||
behindFullscreen = true;
|
||||
showHomeBehindStack = false;
|
||||
} else if (isActivityOverHome(r)) {
|
||||
if (DEBUG_VISBILITY) Slog.v(TAG, "Showing home: at " + r);
|
||||
showHomeBehindStack = true;
|
||||
|
Reference in New Issue
Block a user