Bluesky app fork with some witchin' additions 💫

fix: view avatar when live (from profile)

xan.lol 26f29b47 7f89f826

verified
+8 -3
+8 -3
src/components/live/LiveStatusDialog.tsx
··· 220 220 color="secondary" 221 221 variant="solid" 222 222 onPress={() => { 223 - ax.metric('live:card:openProfile', {subject: profile.did}) 224 - unstableCacheProfileView(queryClient, profile) 225 - onPressOpenProfile() 223 + if (onPressViewAvatar) { 224 + ax.metric('live:card:viewAvatar', {subject: profile.did}) 225 + onPressViewAvatar() 226 + } else { 227 + ax.metric('live:card:openProfile', {subject: profile.did}) 228 + unstableCacheProfileView(queryClient, profile) 229 + onPressOpenProfile() 230 + } 226 231 }}> 227 232 <ButtonText> 228 233 {onPressViewAvatar ? (