mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
DMARC: skip reporting XML parse errors
This commit is contained in:
@@ -154,7 +154,7 @@ public class ActivityDMARC extends ActivityBase {
|
||||
if (ex instanceof NoStreamException)
|
||||
((NoStreamException) ex).report(ActivityDMARC.this);
|
||||
else
|
||||
Log.unexpectedError(getSupportFragmentManager(), ex);
|
||||
Log.unexpectedError(getSupportFragmentManager(), ex, !(ex instanceof XmlPullParserException));
|
||||
grpReady.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}.execute(this, args, "dmarc:decode");
|
||||
|
||||
Reference in New Issue
Block a user