1
0
mirror of https://github.com/tooot-app/app synced 2025-01-03 05:00:34 +01:00

Fix avatar not updated

This commit is contained in:
xmflsct 2023-02-09 14:19:50 +01:00
parent 4864f6cd5c
commit eecd871d65

View File

@ -50,9 +50,8 @@ const ScreenTabs = () => {
return <Icon name='bell' size={size} color={color} />
case 'Tab-Me':
return (
<View style={{ flexDirection: 'row', alignItems: 'center' }}>
<View key={avatarStatic} style={{ flexDirection: 'row', alignItems: 'center' }}>
<GracefullyImage
key={accountActive}
sources={{ default: { uri: avatarStatic } }}
dimension={{ width: size, height: size }}
style={{