CodexBloom - AI-Powered Q&A Platform

Kotlin Coroutines Unexpectedly Cancelling Job in ViewModel During Configuration Change

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

I'm facing a peculiar issue with Kotlin Coroutines in my ViewModel where the job seems to be cancelling during configuration changes, specifically when the devi...