mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Try to fix crashes for Text
This commit is contained in:
@ -27,14 +27,14 @@ const TimelineCard = React.memo(
|
||||
}}
|
||||
testID='base'
|
||||
>
|
||||
{card.image && (
|
||||
{card.image ? (
|
||||
<GracefullyImage
|
||||
uri={{ original: card.image }}
|
||||
blurhash={card.blurhash}
|
||||
style={styles.left}
|
||||
imageStyle={styles.image}
|
||||
/>
|
||||
)}
|
||||
) : null}
|
||||
<View style={styles.right}>
|
||||
<Text
|
||||
numberOfLines={2}
|
||||
|
Reference in New Issue
Block a user