Skip to content

Commit 649e0c4

Browse files
committed
feat: SavedFilmListItem 코리 반영
1 parent ed7b534 commit 649e0c4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

app/src/main/java/com/flint/presentation/savedfilm/SavedFilmListItem.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ private fun SavedFilmListItemImage(
9999

100100
OttHorizontalList(
101101
ottList = contentModel.ottSimpleList,
102-
modifier =
103-
Modifier
104-
.padding(top = 10.dp, start = 8.dp),
102+
modifier = Modifier.padding(top = 10.dp, start = 8.dp),
105103
)
106104
}
107105
}
@@ -178,7 +176,7 @@ private fun SavedFilmListItemBookmark(
178176
) {
179177
Icon(
180178
imageVector = ImageVector.vectorResource(if (isBookmarked) R.drawable.ic_bookmark_fill else R.drawable.ic_bookmark_empty),
181-
contentDescription = null,
179+
contentDescription = "북마크",
182180
tint = Color.Unspecified,
183181
modifier =
184182
Modifier

0 commit comments

Comments
 (0)