kopia lustrzana https://github.com/ryukoposting/Signal-Android
Avoid recipient resolves in Recipient#getGroupName().
rodzic
3e77975c17
commit
77caedb3bb
|
@ -503,7 +503,7 @@ public class Recipient {
|
|||
}
|
||||
|
||||
return Util.join(names, ", ");
|
||||
} else if (isMyStory()) {
|
||||
} else if (!resolving && isMyStory()) {
|
||||
return context.getString(R.string.Recipient_my_story);
|
||||
} else {
|
||||
return this.groupName;
|
||||
|
|
Ładowanie…
Reference in New Issue