Closed arkivanov closed 7 months ago
The MergedLifecycle
class in the Decompose framework has been refined to improve lifecycle state management. This update introduces a new State
enum and revises state handling and callback mechanisms. Complementing these modifications, the testing suite has been expanded with additional scenarios and a new function for state retrieval.
File Path | Change Summary |
---|---|
.../lifecycle/MergedLifecycle.kt |
Updated to include a new State enum, improved state handling, and revised callback implementations. |
.../lifecycle/MergedLifecycleTest.kt |
Added two new test cases and a getState function in TestLifecycleRegistry . |
πβ¨ In the garden of code, amidst the leafy branches, A rabbit hopped, tweaking the lifecycle's stances. With a flick of its ear, a new State was born, Ensuring that no lifecycle would be worn or torn. πΏπ
Summary by CodeRabbit
Refactor
Tests