Show episode description more button on android

This commit is contained in:
Zoe Roux 2024-03-24 23:24:58 +01:00
parent 44c88a885f
commit f798f2c025
No known key found for this signature in database

View File

@ -335,7 +335,7 @@ export const EpisodeLine = ({
{isLoading || <P numberOfLines={descriptionExpanded ? undefined : 3}>{overview}</P>}
</Skeleton>
<IconButton
{...css(["more"])}
{...css(["more", Platform.OS !== "web" && { opacity: 1 }])}
icon={descriptionExpanded ? ExpandLess : ExpandMore}
{...tooltip(t(descriptionExpanded ? "misc.collapse" : "misc.expand"))}
onPress={(e) => {