Merge "Fix freeform window can't resize after maximize window and restore" into rvc-dev am: 05e4028d77
Change-Id: I90fef26ee300d2f727ba154faf17b6c5b6edd6a0
This commit is contained in:
@@ -3346,6 +3346,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
|
||||
|
||||
final ActivityStack stack = task.getStack();
|
||||
if (stack == null || inFreeformWindowingMode()) {
|
||||
handle.setTouchableRegionCrop(null);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user