Merge "Fix bad merge"

This commit is contained in:
TreeHugger Robot
2017-01-13 13:28:49 +00:00
committed by Android (Google) Code Review

View File

@@ -92,6 +92,9 @@ public class AppWindowContainerController
if (DEBUG_STARTING_WINDOW) Slog.v(TAG_WM, "Remove starting " + mContainer
+ ": startingWindow=" + mContainer.startingWindow
+ " startingView=" + mContainer.startingSurface);
if (mContainer == null) {
return;
}
if (mContainer.startingWindow != null) {
surface = mContainer.startingSurface;
data = mContainer.startingData;