am 20409674: Merge "If home activity is not fullscreen keep drilling." into klp-dev
* commit '2040967478790f67e286b203d5397159ac34006e': If home activity is not fullscreen keep drilling.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user