Fix WCT.setBounds not being picked up by Task
Bug: 228939973 Test: start resizable activity while there is an expanded pip Change-Id: I814369a0d5da97e3a75efb47376c964549f8a064
This commit is contained in:
@@ -2035,7 +2035,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