Skip to content

Commit

Permalink
Merge pull request #983 from manderson23/mute
Browse files Browse the repository at this point in the history
Android: Remove mute/unmute options for social feeds
  • Loading branch information
samuelclay committed Jan 9, 2017
2 parents 183176a + 8f8198c commit c2eb82c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -254,6 +254,8 @@ public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuIn
if (groupPosition == FolderListAdapter.ALL_SHARED_STORIES_GROUP_POSITION) {
menu.removeItem(R.id.menu_delete_feed);
menu.removeItem(R.id.menu_choose_folders);
menu.removeItem(R.id.menu_unmute_feed);
menu.removeItem(R.id.menu_mute_feed);
} else {
menu.removeItem(R.id.menu_unfollow);

Expand Down

0 comments on commit c2eb82c

Please sign in to comment.