Skip to content

Commit

Permalink
Fix crash in client
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 10, 2024
1 parent 60708e3 commit 7922ee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fun SoundContainer(model: SoundListViewModel) {
.background(ColorScheme.current.error)
) {
Text(
unavailableFor!!,
unavailableFor ?: "",
textAlign = TextAlign.Center,
modifier = Modifier.fillMaxWidth(),
fontSize = 25.sp
Expand Down

0 comments on commit 7922ee3

Please sign in to comment.