Corrected body size

This commit is contained in:
M66B
2022-02-13 09:26:19 +01:00
parent 1d414e65a1
commit 55ac52f9a2

View File

@@ -2819,7 +2819,6 @@ public class MessageHelper {
List<PartHolder> all = new ArrayList<>();
all.addAll(text);
all.addAll(extra);
for (PartHolder h : all) {
int s = h.part.getSize();
if (s >= 0)