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:
parent
4864f6cd5c
commit
eecd871d65
@ -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={{
|
||||
|
Loading…
Reference in New Issue
Block a user