appyx icon indicating copy to clipboard operation
appyx copied to clipboard

Lifecycle observer is not brought to the current Lifecycle state upon adding

Open KovalevAndrey opened this issue 9 months ago • 0 comments

After making the lifecycle multiplatform the behavior has changed compared to Androidx Lifecycle.

Steps to reproduce:

  1. Move Lifecycle to CREATED state
  2. Add DefaultLifecycleObserver to the Lifecycle
  3. androidx.LifecycleObserver will immediately receive onCreated callback while DefaultPlatformLifecycleObserver will not receive any callbacks at all

KovalevAndrey avatar Sep 13 '23 08:09 KovalevAndrey