get to: contacts working right.
This commit is contained in:
parent
c5cf9e5c8c
commit
b749a198a7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue