From 7e4fbf6c47ecaf2f9cc197b6c308ab8e9857317a Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Sat, 30 Jan 2021 13:31:45 -0500 Subject: potential fix for thumbnails --- src/components/notifications/Notification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx index c754f941..f7192434 100644 --- a/src/components/notifications/Notification.tsx +++ b/src/components/notifications/Notification.tsx @@ -153,7 +153,7 @@ const Notification: React.FC = (props) => { style={styles.avatar} source={ avatar - ? {uri: avatar, cache: 'only-if-cached'} + ? {uri: avatar} : require('../../assets/images/avatar-placeholder.png') } /> -- cgit v1.2.3-70-g09d2