You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I'm using Moxy + Koin combo in some of my projects, and currently decoupling some lifecycle-aware code. For example, a separate LifecycleObserver for managing Koin scopes looked like a nice idea. However, it doesn't work because presenter (a scoped injection) is called before ON_CREATE event was fired (so no scope created yet). Maybe I'm doing something wrong?
Hi guys, I'm using Moxy + Koin combo in some of my projects, and currently decoupling some lifecycle-aware code. For example, a separate LifecycleObserver for managing Koin scopes looked like a nice idea. However, it doesn't work because presenter (a scoped injection) is called before ON_CREATE event was fired (so no scope created yet). Maybe I'm doing something wrong?
A simple example:
The text was updated successfully, but these errors were encountered: