mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Touch favicon cache
This commit is contained in:
@@ -357,6 +357,7 @@ public class ContactInfo {
|
||||
}
|
||||
});
|
||||
if (files != null && files.length == 1) {
|
||||
files[0].setLastModified(new Date().getTime());
|
||||
if (files[0].length() == 0)
|
||||
Log.i("Avatar blacklisted cache" + files[0].getName());
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user