aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/Notification.tsx
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-02-05 16:27:44 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-02-05 16:27:44 -0800
commitaa3b66fefef3c4aea29e13db1a5eb3cab0742348 (patch)
tree456b664d649221d6bb8c74a73bdf9b10b4bf4e09 /src/components/notifications/Notification.tsx
parent561f21c1df9a3484d65722e50f2fac7b92d09148 (diff)
Try fix
Diffstat (limited to 'src/components/notifications/Notification.tsx')
-rw-r--r--src/components/notifications/Notification.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx
index 86c5036b..2e3eaacc 100644
--- a/src/components/notifications/Notification.tsx
+++ b/src/components/notifications/Notification.tsx
@@ -209,7 +209,7 @@ const Notification: React.FC<NotificationProps> = (props) => {
style={styles.avatar}
source={
avatar
- ? {uri: avatar}
+ ? {uri: avatar, cache: 'reload'}
: require('../../assets/images/avatar-placeholder.png')
}
/>