Merge "If home activity is not fullscreen keep drilling." into klp-dev

This commit is contained in:
Craig Mautner
2013-11-07 20:49:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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(