Merge "Fixing issue with wrong bounds being reported in StackInfo."

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

View File

@@ -557,6 +557,7 @@ final class ActivityStack extends ConfigurationContainer implements StackWindowL
void getWindowContainerBounds(Rect outBounds) {
if (mWindowContainerController != null) {
mWindowContainerController.getBounds(outBounds);
return;
}
outBounds.setEmpty();
}