Update git submodules
* Update frameworks/support from branch 'androidx-main'
to 08239479dda7b3f740464840fa037c1ed7842f01
- Merge changes Ic65b64dd,Ie215cdd0 into androidx-main
* changes:
Generate identity even when we dont have a location
Add field to UpdateSettingsCommand
- Generate identity even when we dont have a location
This allows the Layout Inspector to identify more nodes after
recompositions including:
- Composables called by reflection from PreviewActivity.kt
- Inline Composables with a defined name and size
Fixes: 223244111
Test: Added unit test
Change-Id: Ic65b64dd3bcd4f12b7e692bc2b461a611391688f
- Add field to UpdateSettingsCommand
To control whether the recomposition counts should be reset or not.
The field added is: keep_recompose_counts such that we can be backwards
compatible with clients that doesn't know about this field.
Bug: 223245508
Test: Unit test expanded
Change-Id: Ie215cdd0ac1277d8a03b9774c3ae5ebda6317b38
Loading
Please sign in to comment