Skip to content

Commit

Permalink
Fix minor warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
theMr17 committed Jun 23, 2024
1 parent a4943ce commit 987929d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ class ClassroomSummaryViewModel(
) : HomeItemViewModel() {

/** Click listener for [ClassroomSummary] items. */
val classroomClickListener = classroomListViewModel as ClassroomSummaryClickListener
private val classroomClickListener = classroomListViewModel as ClassroomSummaryClickListener

/** The [ClassroomSummary] retrieved from the [EphemeralClassroomSummary]. */
val classroomSummary = ephemeralClassroomSummary.classroomSummary
val classroomSummary: ClassroomSummary = ephemeralClassroomSummary.classroomSummary

/** Lazy-loaded title extracted using the [TranslationController]. */
val title: String by lazy {
Expand Down

0 comments on commit 987929d

Please sign in to comment.