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

This commit is contained in:
TreeHugger Robot
2021-04-20 12:51:55 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}