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
{{ message }}
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
In step 4, maybe documentation can be update about that @OnLifecycleEvent is deprecated. Since Java 8 interfaces allow default implementations, we should update this annotation with DefaultLifecycleObserver or LifecycleEventObserver if our project Java target is 8 and above.