mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 14:28:34 +00:00
Fix group update string when re-added to group.
This commit is contained in:
parent
502e8559f0
commit
8f031f61ea
@ -128,7 +128,7 @@ public class GroupUtil {
|
||||
|
||||
String title = groupContext.getName();
|
||||
|
||||
if (members != null) {
|
||||
if (members != null && members.size() > 0) {
|
||||
description.append("\n");
|
||||
description.append(context.getResources().getQuantityString(R.plurals.GroupUtil_joined_the_group,
|
||||
members.size(), toString(members)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user