mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added option to scan full web page for favicons
This commit is contained in:
@@ -708,7 +708,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
if (BuildConfig.DEBUG)
|
||||
try {
|
||||
DnsBlockList.clearCache();
|
||||
ContactInfo.clearCache(ActivityView.this, true);
|
||||
ContactInfo.clearCache(ActivityView.this);
|
||||
ToastEx.makeText(ActivityView.this, R.string.title_completed, Toast.LENGTH_LONG).show();
|
||||
} catch (Throwable ex) {
|
||||
Log.unexpectedError(getSupportFragmentManager(), ex);
|
||||
|
||||
Reference in New Issue
Block a user