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

This commit is contained in:
Craig Mautner
2014-01-28 18:05:30 +00:00
committed by Gerrit Code Review

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) {