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

Commit c4d3be4a authored by Louis Chang's avatar Louis Chang Committed by Automerger Merge Worker
Browse files

Merge "Remove the unnecessary warning log" into tm-dev am: 5c902afe

parents 72d6585f 5c902afe
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -1825,8 +1825,6 @@ class TaskFragment extends WindowContainer<WindowContainer> {
            return false;
            return false;
        }
        }
        if (tda == null) {
        if (tda == null) {
            Slog.w(TAG, "Can't find TaskDisplayArea to determine support for multi"
                    + " window. Task id=" + getTaskId() + " attached=" + isAttached());
            return false;
            return false;
        }
        }
        if (!getTask().isResizeable() && !tda.supportsNonResizableMultiWindow()) {
        if (!getTask().isResizeable() && !tda.supportsNonResizableMultiWindow()) {