Skip to content

Commit

Permalink
Don't show 'conversation settings' for groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Jun 6, 2020
1 parent afbc132 commit fea3b6c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -789,6 +789,8 @@ public boolean onPrepareOptionsMenu(Menu menu) {
if (isActiveV2Group()) {
hideMenuItem(menu, R.id.menu_mute_notifications);
hideMenuItem(menu, R.id.menu_conversation_settings);
} else if (isActiveGroup()) {
hideMenuItem(menu, R.id.menu_conversation_settings);
}

searchViewItem = menu.findItem(R.id.menu_search);
Expand Down

0 comments on commit fea3b6c

Please sign in to comment.