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