Skip to content

Commit

Permalink
Small code update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai-Cristian Condrea committed Sep 11, 2024
1 parent c31b2a1 commit 1ca6752
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed app/release/app-release.aab
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ data class UiLessonDetails(
val audioUrl: String,
val lessonIntro: String,
val lessonSummary: String
) : Parcelable
) : Parcelable {

}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@ data class UiLessonsAsset(
val title: String,
val banner: String,
val lessonDetails: UiLessonDetails
) : Parcelable
) : Parcelable {
@Parcelize
data class UiLessonDetails(
val title: String,
val audioUrl: String,
val lessonIntro: String,
val lessonSummary: String
) : Parcelable
}

0 comments on commit 1ca6752

Please sign in to comment.