1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Refine accessibility

This commit is contained in:
Zhiyuan Zheng
2021-04-09 21:43:12 +02:00
parent 9258f4b934
commit d4b28df091
57 changed files with 661 additions and 142 deletions

View File

@ -62,6 +62,7 @@ const TimelineDefault: React.FC<Props> = ({
return (
<Pressable
accessible={highlighted ? false : true}
style={[
styles.statusView,
{
@ -84,6 +85,7 @@ const TimelineDefault: React.FC<Props> = ({
<TimelineAvatar
queryKey={disableOnPress ? undefined : queryKey}
account={actualStatus.account}
highlighted={highlighted}
/>
<TimelineHeaderDefault
queryKey={disableOnPress ? undefined : queryKey}