commit | 3b894e1f70141bf8d8b1e8b9431428fb005f8442 | [log] [tgz] |
---|---|---|
author | fbaron <fbaron@google.com> | Wed Jan 03 12:44:10 2024 -0800 |
committer | fbaron <fbaron@google.com> | Wed Jan 03 12:44:10 2024 -0800 |
tree | 501801aa2b8e0ab6e85a611c31c8bba39f9e9fff | |
parent | ff03dd19c77b6004ae2c96ecdd72e755ba5a5fdb [diff] |
Fix IllegalArguemntException for ClipIconView#update The scale was infinity sometimes which means that the view minSize is probably getting set to 0 due to lp height and width being 0, so we do not update the views as they are no longer laid out Flag: NONE Test: Opening apps should work fine, but i wasn't able to repro this exception before or after this fix Fix: 318099222 Change-Id: I1c08346c7ee1d4e89d9c3ba23ee2aa51a451cb31