aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-02-05 16:16:49 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-02-05 16:16:49 -0800
commit561f21c1df9a3484d65722e50f2fac7b92d09148 (patch)
treec3517e2a6af7e787c8fc8bc191226467fc760bdd /src/components/notifications
parenta77fc863914e473cbc6fac957111660db570a073 (diff)
Try fix
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/Notification.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx
index c2c6c4e4..86c5036b 100644
--- a/src/components/notifications/Notification.tsx
+++ b/src/components/notifications/Notification.tsx
@@ -233,7 +233,10 @@ const Notification: React.FC<NotificationProps> = (props) => {
notification_type === 'MOM_3+' ||
notification_type === 'MOM_FRIEND') &&
notification_object && (
- <Image style={styles.moment} source={{uri: momentURI}} />
+ <Image
+ style={styles.moment}
+ source={{uri: momentURI, cache: 'reload'}}
+ />
)}
</TouchableWithoutFeedback>
);