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

Commit 02d8ae50 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 am:...

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

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

Change-Id: I1044f0b6e27a38b5ab67b0e4cbc45cb269b79561
parents a062f3ab b8ee2c52
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4714,7 +4714,8 @@ class Task extends TaskFragment {
    }

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