mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-19 19:18:27 +00:00
disable subtitle for push groups
// FREEBIE
This commit is contained in:
parent
e3aed66ded
commit
fc12f2cf8e
@ -596,11 +596,10 @@ public class ConversationActivity extends PassphraseRequiredSherlockFragmentActi
|
||||
}
|
||||
} else {
|
||||
title = getString(R.string.ConversationActivity_group_conversation);
|
||||
int size = getRecipients().getRecipientsList().size();
|
||||
subtitle = (size == 1) ? getString(R.string.ConversationActivity_d_recipients_in_group_singular)
|
||||
: String.format(getString(R.string.ConversationActivity_d_recipients_in_group), size);
|
||||
}
|
||||
int size = getRecipients().getRecipientsList().size();
|
||||
subtitle = (size == 1) ? getString(R.string.ConversationActivity_d_recipients_in_group_singular)
|
||||
: String.format(getString(R.string.ConversationActivity_d_recipients_in_group),
|
||||
getRecipients().getRecipientsList().size());
|
||||
} else {
|
||||
title = getString(R.string.ConversationActivity_compose_message);
|
||||
subtitle = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user