fix channel rssbutton null pointer bug

pull/842/merge
Christian Schabesberger 2017-11-12 13:59:11 +01:00
rodzic 90716f4f5b
commit fdeb7543ca
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

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