mirror of
https://github.com/tooot-app/app
synced 2025-01-10 08:33:45 +01:00
parent
c105b36b3d
commit
ee2f23c972
@ -207,7 +207,7 @@ const TimelineActions: React.FC<Props> = ({
|
|||||||
<Icon
|
<Icon
|
||||||
name='Repeat'
|
name='Repeat'
|
||||||
color={
|
color={
|
||||||
status.visibility === 'private' || status.visibility === 'direct'
|
status.visibility === 'direct'
|
||||||
? colors.disabled
|
? colors.disabled
|
||||||
: color(status.reblogged)
|
: color(status.reblogged)
|
||||||
}
|
}
|
||||||
@ -297,9 +297,7 @@ const TimelineActions: React.FC<Props> = ({
|
|||||||
style={styles.action}
|
style={styles.action}
|
||||||
onPress={onPressReblog}
|
onPress={onPressReblog}
|
||||||
children={childrenReblog}
|
children={childrenReblog}
|
||||||
disabled={
|
disabled={status.visibility === 'direct'}
|
||||||
status.visibility === 'private' || status.visibility === 'direct'
|
|
||||||
}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Pressable
|
<Pressable
|
||||||
|
Loading…
Reference in New Issue
Block a user