mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Avoid recipient resolves in Recipient#getGroupName().
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user