Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05e4028d authored by Arthur Hung's avatar Arthur Hung Committed by Android (Google) Code Review
Browse files

Merge "Fix freeform window can't resize after maximize window and restore" into rvc-dev

parents c463e56a 31fdb946
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3346,6 +3346,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP

        final ActivityStack stack = task.getStack();
        if (stack == null || inFreeformWindowingMode()) {
            handle.setTouchableRegionCrop(null);
            return;
        }