Use utility methods for state from mutator library#1391
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the application's coroutine flow collection utilities by replacing custom extension functions (such as launchAndCollect and launchAndCollectLatest) with library-provided equivalents from com.tunjid.mutator.coroutines (such as launchedCollect and launchedCollectLatest). The custom coroutines utility file has been removed, and imports have been updated across all view models and state holders. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.