am baf2c7a4: Merge "[ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager"

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

View File

@@ -1094,6 +1094,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) {