[MM-18178] Removing caching of failed image loading attempts (#3231)
This commit is contained in:
parent
e73bc88c4a
commit
54acc584c3
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ export default class ImageCacheManager {
|
|||
} catch (e) {
|
||||
RNFetchBlob.fs.unlink(pathWithPrefix);
|
||||
notifyAll(uri, uri);
|
||||
unsubscribe(uri);
|
||||
return null;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue