CodexBloom - AI-Powered Q&A Platform

Issues with LiveData not updating UI in nested ViewModels on Android using Hilt

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-06-12
android architecture-components hilt

I'm facing an issue where my `LiveData` in a nested `ViewModel` is not updating the UI as expected when using Hilt for dependency injection. I have a parent fra...