This repository has been archived by the owner on May 6, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: My Courses screen detached fragment issue for ViewModel
- App crashes when the learner receives a delayed response from Firebase Remote Config on a detached 'MyCourseListFragment' and tries to initialize the viewModel on it. We will restrict the app from initializing ViewModel on a detached fragment to fix this issue. Fixes: LEARNER-8986
- Loading branch information