Merge "Fix WCT.setBounds not being picked up by Task" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
47a0ff16f5
@@ -2043,7 +2043,7 @@ class Task extends TaskFragment {
|
||||
Rect outOverrideBounds = getResolvedOverrideConfiguration().windowConfiguration.getBounds();
|
||||
|
||||
if (windowingMode == WINDOWING_MODE_FULLSCREEN) {
|
||||
if (!mCreatedByOrganizer) {
|
||||
if (!isOrganized()) {
|
||||
// Use empty bounds to indicate "fill parent".
|
||||
outOverrideBounds.setEmpty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user