You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
// If media loaded, render full image component, else render placeholder.
323
-
if(this.state.localFilePath){
329
+
if(this.state.source){
324
330
// Android caches images in memory, if we are rendering the image should have changed locally so appending a timestamp to the path forces it to be loaded from disk
325
331
// The internals of te Android behaviour have not been investigated but perhaps it would be beneficial to use the last modified date instead
0 commit comments