about summary refs log tree commit diff
path: root/src/view/com/composer
diff options
context:
space:
mode:
authorSeth Wood <sethlwood@me.com>2025-02-26 07:33:27 -0800
committerGitHub <noreply@github.com>2025-02-26 07:33:27 -0800
commitb924c53b23a86252328cf4304f1d3050f87a2c41 (patch)
treeafed6dc090c6891f0192e883c954f1e20f647df9 /src/view/com/composer
parentc5b831d5d87678c65cf212a0d9d9ef5a0792a1a1 (diff)
downloadvoidsky-b924c53b23a86252328cf4304f1d3050f87a2c41.tar.zst
Fix for avatar preloading (#7816)
* mobile avatar profile preloading fix

* updating fix to include moderation

* removing comments, adding disableNavigation to PreviewableUserAvatarProps
Diffstat (limited to 'src/view/com/composer')
-rw-r--r--src/view/com/composer/ComposerReplyTo.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/composer/ComposerReplyTo.tsx b/src/view/com/composer/ComposerReplyTo.tsx
index 68313226d..2766fe625 100644
--- a/src/view/com/composer/ComposerReplyTo.tsx
+++ b/src/view/com/composer/ComposerReplyTo.tsx
@@ -77,6 +77,7 @@ export function ComposerReplyTo({replyTo}: {replyTo: ComposerOptsPostRef}) {
         profile={replyTo.author}
         moderation={replyTo.moderation?.ui('avatar')}
         type={replyTo.author.associated?.labeler ? 'labeler' : 'user'}
+        disableNavigation={true}
       />
       <View style={styles.replyToPost}>
         <Text type="xl-medium" style={t.atoms.text} numberOfLines={1} emoji>