mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-31 15:20:09 -05:00
Add a space between recipients when doing toString().
This commit is contained in:
parent
77c01c65dd
commit
dc5616c4b6
@ -207,7 +207,7 @@ public class Address
|
||||
sb.append(addresses[i].toString());
|
||||
if (i < addresses.length - 1)
|
||||
{
|
||||
sb.append(',');
|
||||
sb.append(", ");
|
||||
}
|
||||
}
|
||||
return sb.toString();
|
||||
|
Loading…
Reference in New Issue
Block a user