fix channel rssbutton null pointer bug

This commit is contained in:
Christian Schabesberger 2017-11-12 13:59:11 +01:00
parent aed18b28de
commit 1615117927

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);