mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Small fix
This commit is contained in:
@@ -5499,7 +5499,7 @@ public class MessageHelper {
|
||||
result.add(address);
|
||||
}
|
||||
|
||||
return (result.size() == 0 ? null : result.toArray(new Address[0]));
|
||||
return result.toArray(new Address[0]);
|
||||
}
|
||||
|
||||
static void getStructure(Part part, SpannableStringBuilder ssb, int level, int textColorLink) {
|
||||
|
||||
Reference in New Issue
Block a user