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:
Craig Mautner
2013-11-07 12:51:21 -08:00
committed by Android Git Automerger

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(