mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Now it should finally fix #451
This commit is contained in:
@ -157,15 +157,6 @@ const TimelineDefault: React.FC<Props> = ({
|
||||
|
||||
return disableOnPress ? (
|
||||
<View style={mainStyle}>{main()}</View>
|
||||
) : Platform.OS === 'android' ? (
|
||||
<Pressable
|
||||
accessible={highlighted ? false : true}
|
||||
style={mainStyle}
|
||||
onPress={onPress}
|
||||
onLongPress={() => {}}
|
||||
>
|
||||
{main()}
|
||||
</Pressable>
|
||||
) : (
|
||||
<TimelineContextMenu
|
||||
copiableContent={copiableContent}
|
||||
|
Reference in New Issue
Block a user