mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-16 22:45:04 -05:00
get to: contacts working right.
This commit is contained in:
parent
c5cf9e5c8c
commit
b749a198a7
@ -80,7 +80,7 @@ public class MessageHelper
|
|||||||
{
|
{
|
||||||
CharSequence to = Address.toFriendly(message .getRecipients(RecipientType.TO), contactHelper);
|
CharSequence to = Address.toFriendly(message .getRecipients(RecipientType.TO), contactHelper);
|
||||||
target.compareCounterparty = to.toString();
|
target.compareCounterparty = to.toString();
|
||||||
target.sender = new SpannableStringBuilder(String.format(mContext.getString(R.string.message_to_fmt), to));
|
target.sender = new SpannableStringBuilder(mContext.getString(R.string.message_to_label)).append(to);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user