mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
parent
e8aef9ae68
commit
7deb0d1283
1 changed files with 1 additions and 3 deletions
|
@ -2066,9 +2066,7 @@ public class MessageHelper {
|
|||
|
||||
static String formatAddressesCompose(Address[] addresses) {
|
||||
String result = formatAddresses(addresses, true, true);
|
||||
if (result != null && result.endsWith(","))
|
||||
result += " ";
|
||||
else if (!TextUtils.isEmpty(result))
|
||||
if (!TextUtils.isEmpty(result))
|
||||
result += ", ";
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue