am 45b68ac3: am 09325627: am 245b58d6: am baf2c7a4: Merge "[ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager"

* commit '45b68ac3a7acb7af95fdfc5c0e31560b3c28c9f8':
  [ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager
This commit is contained in:
Craig Mautner
2014-01-28 18:17:31 +00:00
committed by Android Git Automerger

View File

@@ -1097,6 +1097,7 @@ final class ActivityStack {
if (!r.visible) {
if (DEBUG_VISBILITY) Slog.v(
TAG, "Starting and making visible: " + r);
r.visible = true;
mWindowManager.setAppVisibility(r.appToken, true);
}
if (r != starting) {