Merge "If home activity is not fullscreen keep drilling." into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2040967478
@@ -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