mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Show episode description more button on android
This commit is contained in:
parent
44c88a885f
commit
f798f2c025
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user