Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Henning <ben@oppia.org>
  • Loading branch information
theMr17 and BenHenning authored Jan 18, 2025
1 parent 772890d commit 8fcb9f4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import org.oppia.android.app.model.LessonThumbnail
* currently relies on a traditional Android View approach due to compatibility issues with the
* Glide Compose library.
*
* @param entityId The unique identifier for the entity associated with the thumbnail.
* @param entityType The type of the entity (e.g., classroom, topic, story).
* @param lessonThumbnail The [LessonThumbnail] containing metadata required to load the image.
* @param modifier The [Modifier] to be applied to the layout, defaulting to [Modifier].
* @param entityId the unique identifier for the entity associated with the thumbnail
* @param entityType the type of the entity (e.g., classroom, topic, story)
* @param lessonThumbnail the [LessonThumbnail] containing metadata required to load the image
* @param modifier the [Modifier] to be applied to the layout, defaulting to [Modifier]
*/
@Composable
fun ThumbnailImage(
Expand Down

0 comments on commit 8fcb9f4

Please sign in to comment.