Skip to content

Commit f5a46d0

Browse files
committed
Make topicUi parameter non-nullable in TopicCard.
1 parent 6a86cbe commit f5a46d0

File tree

1 file changed

+1
-1
lines changed
  • composeApp/src/commonMain/kotlin/com/developersbreach/kotlindictionarymultiplatform/ui/screens/topic

1 file changed

+1
-1
lines changed

composeApp/src/commonMain/kotlin/com/developersbreach/kotlindictionarymultiplatform/ui/screens/topic/TopicCard.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import org.jetbrains.compose.resources.stringResource
3535

3636
@Composable
3737
fun TopicCard(
38-
topicUi: TopicUi?,
38+
topicUi: TopicUi,
3939
topic: String,
4040
subtitle: String,
4141
isBookmarked: Boolean,

0 commit comments

Comments
 (0)