diff --git a/App/Components/Avatar.tsx b/App/Components/Avatar.tsx index e844ef322..c8158a863 100644 --- a/App/Components/Avatar.tsx +++ b/App/Components/Avatar.tsx @@ -210,28 +210,48 @@ class Avatar extends React.Component { uri: `${ Config.RN_TEXTILE_GATEWAY_URL }/ipfs/${target}/0/small/content`, - cache: 'reload' + cache: 'force-cache' }} resizeMode={'cover'} onLoad={this.onHTTPLoad} > - {shouldShowIPFS && ( - - )} + + {shouldShowIPFS && ( + + )} + )