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
feat: Make Flow collection in PlanFragment lifecycle-aware
Wrapped the `teamFlow.collect` call in `repeatOnLifecycle` to ensure that the Flow is only collected when the Fragment's view is in the STARTED state. This prevents unnecessary work and potential memory leaks when the view is not visible.
0 commit comments