Log error

This commit is contained in:
M66B
2021-12-24 12:41:52 +01:00
parent 171d734c83
commit 1e36255993

View File

@@ -1340,7 +1340,8 @@ public class MessageHelper {
boolean dsn = false;
try {
dsn = imessage.isMimeType("multipart/report");
} catch (Throwable ignored) {
} catch (Throwable ex) {
Log.w(ex);
}
if (!dsn) {
String sender = getSortKey(getFrom());