Merge "Bugfix: Make InsetsController dump() respect prefix" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3980454a74
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user