Skip to content

Commit

Permalink
Glance app widget
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Feb 23, 2024
1 parent f30cbd7 commit 346e72b
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,4 @@ data class MovieDbMini(
val movieList: String,
val id: Int,
val title: String,
) {
companion object {
val Empty = MovieDbMini(
movieList = "",
id = 0,
title = ""
)
}
}
)

0 comments on commit 346e72b

Please sign in to comment.