* commit 'c0eb7e7b545822dfb3cd43175886f2c97069e122': 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