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:
CourseUnitNavigationActivity
resume crashes after free up
resources. - App crashes when the user resumes the app when memory is low and the user tries to change the unit/component through the next/previous buttons or swipe left/right, to fix these issues store state using `onSaveInstanceState`, and restore state on `onRestoreInstanceState` to make sure the availability of data. fixes: - LEARNER-8984 - LEARNER-8985
- Loading branch information