Merge "Fixing issue with wrong bounds being reported in StackInfo."
This commit is contained in:
committed by
Android (Google) Code Review
commit
79e5cf1cc7
@@ -557,6 +557,7 @@ final class ActivityStack extends ConfigurationContainer implements StackWindowL
|
||||
void getWindowContainerBounds(Rect outBounds) {
|
||||
if (mWindowContainerController != null) {
|
||||
mWindowContainerController.getBounds(outBounds);
|
||||
return;
|
||||
}
|
||||
outBounds.setEmpty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user