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

Commit bb3fa41e authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Fix freeform task surface is not shown" into sc-dev

parents eda0e624 af0979cd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4967,7 +4967,8 @@ class Task extends WindowContainer<WindowContainer> {
    }

    private boolean canBeOrganized() {
        if (mForceNotOrganized) {
        if (mForceNotOrganized || !mAtmService.mTaskOrganizerController
                .isSupportedWindowingMode(getWindowingMode())) {
            return false;
        }
        // All root tasks can be organized