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

Commit 18abf459 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set exclusion region based on drag resizability not task resizability" into main

parents f568b9df 47fcd86a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1370,7 +1370,7 @@ public class DesktopModeWindowDecoration extends WindowDecoration<WindowDecorLin
     */
    private Region getGlobalExclusionRegion() {
        Region exclusionRegion;
        if (mDragResizeListener != null && mTaskInfo.isResizeable) {
        if (mDragResizeListener != null && isDragResizable(mTaskInfo)) {
            exclusionRegion = mDragResizeListener.getCornersRegion();
        } else {
            exclusionRegion = new Region();