Added zip warnings

This commit is contained in:
M66B
2022-03-11 08:14:08 +01:00
parent 5ab676b54c
commit ea7b7f481b
2 changed files with 7 additions and 1 deletions

View File

@@ -3441,7 +3441,7 @@ public class MessageHelper {
}
} catch (Throwable ex) {
Log.e(ex);
db.attachment().setError(local.id, Log.formatThrowable(ex));
db.attachment().setWarning(local.id, Log.formatThrowable(ex));
}
}
}