mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-01 04:34:50 -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>}
|
{isLoading || <P numberOfLines={descriptionExpanded ? undefined : 3}>{overview}</P>}
|
||||||
</Skeleton>
|
</Skeleton>
|
||||||
<IconButton
|
<IconButton
|
||||||
{...css(["more"])}
|
{...css(["more", Platform.OS !== "web" && { opacity: 1 }])}
|
||||||
icon={descriptionExpanded ? ExpandLess : ExpandMore}
|
icon={descriptionExpanded ? ExpandLess : ExpandMore}
|
||||||
{...tooltip(t(descriptionExpanded ? "misc.collapse" : "misc.expand"))}
|
{...tooltip(t(descriptionExpanded ? "misc.collapse" : "misc.expand"))}
|
||||||
onPress={(e) => {
|
onPress={(e) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user