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

Commit 65fb16bb authored by Riddle Hsu's avatar Riddle Hsu Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14809875

Change-Id: I1cda0344dbcd51f79c4854fba43e2d0978dad1d0
parents 5b0ffb9f bb3fa41e
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