Skip to content

Commit

Permalink
fixed fab in series screen
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Mar 17, 2024
1 parent 46f5945 commit 3184843
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ fun SeriesScreen(component: SeriesComponent) {
)
}
Spacer(modifier = Modifier.size(ButtonDefaults.IconSpacing))
Text(text = next.episodeTitle)
Text(
text = next.episodeTitle,
maxLines = 2
)
}
}
nextSeason?.let { next ->
Expand Down

0 comments on commit 3184843

Please sign in to comment.