mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user