Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: truncate long email address (#2493)

authored by

Mary and committed by
GitHub
40c757af a0e345fa

+8 -2
+8 -2
src/view/screens/Settings.tsx
··· 320 320 /> 321 321 </> 322 322 )} 323 - <Text type="lg" style={pal.text}> 324 - {currentAccount.email || '(no email)'}{' '} 323 + <Text 324 + type="lg" 325 + numberOfLines={1} 326 + style={[ 327 + pal.text, 328 + {overflow: 'hidden', marginRight: 4, flex: 1}, 329 + ]}> 330 + {currentAccount.email || '(no email)'} 325 331 </Text> 326 332 <Link onPress={() => openModal({name: 'change-email'})}> 327 333 <Text type="lg" style={pal.link}>