fix channel rssbutton null pointer bug

This commit is contained in:
Christian Schabesberger 2017-11-12 13:59:11 +01:00
parent 90716f4f5b
commit fdeb7543ca
1 changed files with 0 additions and 2 deletions

View File

@ -200,8 +200,6 @@ public class ChannelFragment extends BaseListInfoFragment<ChannelInfo> {
ActionBar supportActionBar = activity.getSupportActionBar();
if(useAsFrontPage) {
supportActionBar.setDisplayHomeAsUpEnabled(false);
menuRssButton.setVisible(false);
} else {
inflater.inflate(R.menu.menu_channel, menu);