| commit | 9c4b228662a1881efdd42e8f2fac3f50899c311f | [log] [tgz] |
|---|---|---|
| author | Lucas Silva <lusilva@google.com> | Thu Mar 27 12:06:51 2025 -0400 |
| committer | Lucas Silva <lusilva@google.com> | Thu Mar 27 15:13:07 2025 -0400 |
| tree | 07e78ab5fe2cae5a6e14ddd0ca99b41a86354367 | |
| parent | 815fdd8475cf205bf81f7c17db2c0b7e306fbe0b [diff] |
Fix for missing widgets This works around around a Jetpack Compose bug where if we add a child to the element inside an AndroidView composable before the element has been laid out, it will fail to render. We therefore delay processing the RemoteViews for the widget until after the parent has been laid out. Test: manually on device by verifying widgets properly show up Flag: EXEMPT bugfix Bug: 387938328 Change-Id: I3b094086dd133981c37fa9709547334091fcb580