Update git submodules
* Update frameworks/support from branch 'androidx-main'
to 27efea1af472c87191eac152489ee1a6df651897
- Merge "Ensure moving Lifecycle down from INITIALIZED throws" into androidx-main
- Ensure moving Lifecycle down from INITIALIZED throws
We should always throw an IllegalStateException when the
LifecycleRegistry state attempts to move from INITIALIZED to DESTROYED.
We currently only do this if there is an observer attached to the
registry.
RelNote: "Attemping to move the `Lifecycle.State` from `INITIALIZED` to
`DESTROYED` will now always throw an `IllegalStateException` regardless
of whether the `Lifecycle` has an attached observer."
Test: LifecycleRegistryTest
Bug: 177924329
Change-Id: I7c3903602cc4b9be234a0bed6e6392e710ce3206
Loading
Please sign in to comment