commit | e9c2e84d28b6e336789b94d119b759bc8738be4d | [log] [tgz] |
---|---|---|
author | Robert Carr <racarr@google.com> | Tue Jun 08 15:38:21 2021 -0700 |
committer | Robert Carr <racarr@google.com> | Tue Jul 13 13:22:58 2021 -0700 |
tree | 6b98738ea44eb50b7b2cfc2ce2d0d3337623959b | |
parent | 74c65d260033ea16787adaf8a415bda0b75a163d [diff] |
ViewRootImpl: Use mWindowAttributes directly for BBQ The logic we are using to handle the params == null case doesn't make sense, params=null just indicates nothing was changing on this relayout and so we avoid passing to WM, not that we should default the format. We can just use mWindowAttributes directly to avoid this problem. Test: Existing tests pass Bug: 190483641 Change-Id: I4a765914eb8ca33a432fc808af96847bb78fb054