about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-06-11 22:33:43 +0300
committerGitHub <noreply@github.com>2025-06-11 12:33:43 -0700
commit32dfcc3a54a0f0bffd9f0fca4fe645017900932d (patch)
treee77f92f5f177848d70e7466091d9b5ed03cdc3de
parent61004b887b0c7515837e051144b694fc7db5a1cc (diff)
downloadvoidsky-32dfcc3a54a0f0bffd9f0fca4fe645017900932d.tar.zst
disable avatar preview in searchable people list (#8453)
-rw-r--r--src/components/dialogs/SearchablePeopleList.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/dialogs/SearchablePeopleList.tsx b/src/components/dialogs/SearchablePeopleList.tsx
index 26e20db57..81655be0f 100644
--- a/src/components/dialogs/SearchablePeopleList.tsx
+++ b/src/components/dialogs/SearchablePeopleList.tsx
@@ -397,6 +397,7 @@ function DefaultProfileCard({
             <ProfileCard.Avatar
               profile={profile}
               moderationOpts={moderationOpts}
+              disabledPreview
             />
             <View style={[a.flex_1]}>
               <ProfileCard.Name