CodexBloom - AI-Powered Q&A Platform

Issue with Coroutines in ViewModel Not Updating MutableStateFlow on Fragment Recreate in Android 14

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-06-13
kotlin android coroutines viewmodel stateflow

I'm facing an issue where my `MutableStateFlow` in a `ViewModel` does not update its state as expected when the fragment is recreated, particularly after a conf...