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

Commit 3980454a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Bugfix: Make InsetsController dump() respect prefix" into sc-dev

parents 6ba89099 89a5375d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1441,7 +1441,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation
    }

    void dump(String prefix, PrintWriter pw) {
        pw.println(prefix); pw.println("InsetsController:");
        pw.print(prefix); pw.println("InsetsController:");
        mState.dump(prefix + "  ", pw);
    }