Merge "Prevent leaking surfaces from exiting windows"

This commit is contained in:
Craig Mautner
2015-02-16 22:59:20 +00:00
committed by Gerrit Code Review

View File

@@ -4600,6 +4600,7 @@ public class WindowManagerService extends IWindowManager.Stub
} }
final long origId = Binder.clearCallingIdentity(); final long origId = Binder.clearCallingIdentity();
wtoken.inPendingTransaction = false;
setTokenVisibilityLocked(wtoken, null, visible, AppTransition.TRANSIT_UNSET, setTokenVisibilityLocked(wtoken, null, visible, AppTransition.TRANSIT_UNSET,
true, wtoken.voiceInteraction); true, wtoken.voiceInteraction);
wtoken.updateReportedVisibilityLocked(); wtoken.updateReportedVisibilityLocked();