Touch favicon cache

pull/210/head
M66B 2 years ago
parent 96331bdeb4
commit 40eedcb4dd

@ -357,6 +357,7 @@ public class ContactInfo {
} }
}); });
if (files != null && files.length == 1) { if (files != null && files.length == 1) {
files[0].setLastModified(new Date().getTime());
if (files[0].length() == 0) if (files[0].length() == 0)
Log.i("Avatar blacklisted cache" + files[0].getName()); Log.i("Avatar blacklisted cache" + files[0].getName());
else { else {

Loading…
Cancel
Save