[MM-18178] Removing caching of failed image loading attempts (#3231)

This commit is contained in:
Devin Binnie 2019-09-10 12:45:41 -04:00 committed by GitHub
parent e73bc88c4a
commit 54acc584c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,6 +83,7 @@ export default class ImageCacheManager {
} catch (e) {
RNFetchBlob.fs.unlink(pathWithPrefix);
notifyAll(uri, uri);
unsubscribe(uri);
return null;
}
} else {