Skip to content

Commit

Permalink
Show group participants menu item on a MMS group.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal committed Jun 10, 2020
1 parent bc0761f commit 559aa68
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -803,7 +803,7 @@ public boolean onPrepareOptionsMenu(Menu menu) {
hideMenuItem(menu, R.id.menu_mute_notifications);
}

if (FeatureFlags.newGroupUI()) {
if (FeatureFlags.newGroupUI() && isPushGroupConversation()) {
hideMenuItem(menu, R.id.menu_group_recipients);
}

Expand Down

1 comment on commit 559aa68

@Tursko
Copy link

@Tursko Tursko commented on 559aa68 Jun 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.