commit | c18c6da44185ce4a8b387dc367181781834cfc5f | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Fri May 31 14:26:28 2019 +0200 |
committer | Adrian Roos <roosa@google.com> | Fri May 31 14:26:35 2019 +0200 |
tree | e8da970f86c0ce0c981d864f7227ae603ed5bbaf | |
parent | 2cf040d6024c5e056c2ceba899e9ecdd3393f897 [diff] |
RootViewImpl: Fix measure size hint for WRAP_CONTENT windows Fixes an issue where we would measure WRAP_CONTENT windows inconsistently in the measure passes before and after relayoutWindow. Fixes: 119839070 Bug: 73813813 Change-Id: I376e416d648f31a0dedecd6a70b476c3bf82b8b0 Test: Install test case app from 119839070, verify dialog is correctly laid out.