File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
course/src/main/java/org/openedx/course/presentation/outline Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ class CourseOutlineViewModel(
65
65
coreAnalytics
66
66
) {
67
67
val isCourseNestedListEnabled get() = config.isCourseDropdownNavigationEnabled()
68
+ val isCourseExpandableSectionsEnabled get() = config.isCourseDropdownNavigationEnabled()
68
69
69
70
private val _uiState = MutableStateFlow <CourseOutlineUIState >(CourseOutlineUIState .Loading )
70
71
val uiState: StateFlow <CourseOutlineUIState >
@@ -81,8 +82,6 @@ class CourseOutlineViewModel(
81
82
private var resumeSectionBlock: Block ? = null
82
83
private var resumeVerticalBlock: Block ? = null
83
84
84
- private val isCourseExpandableSectionsEnabled get() = config.isCourseDropdownNavigationEnabled()
85
-
86
85
private val courseSubSections = mutableMapOf<String , MutableList <Block >>()
87
86
private val subSectionsDownloadsCount = mutableMapOf<String , Int >()
88
87
val courseSubSectionUnit = mutableMapOf<String , Block ?>()
You can’t perform that action at this time.
0 commit comments