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

Commit 803a7472 authored by Garfield Tan's avatar Garfield Tan Committed by Android (Google) Code Review
Browse files

Merge "Only dump TaskMoveAllowed when it's set" into main

parents f93b0bc7 ba8c722d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3229,7 +3229,9 @@ class WindowContainer<E extends WindowContainer> extends ConfigurationContainer<
        if (mSafeRegionBounds != null) {
            pw.println(prefix + "mSafeRegionBounds=" + mSafeRegionBounds);
        }
        pw.println(prefix + "mIsTaskMoveAllowed=" + mIsTaskMoveAllowed);
        if (mIsTaskMoveAllowed) {
            pw.println(prefix + "TaskMoveAllowed");
        }
    }

    final void updateSurfacePositionNonOrganized() {