7782df8b36
screenModelScope is backed by PlatformMainDispatcher (Main.immediate), so direct interactor calls run DB queries and file I/O on the UI thread. Switch reactive flows with .flowOn(Dispatchers.IO) and wrap suspend calls in withContext(Dispatchers.IO).