kopia lustrzana https://github.com/TeamNewPipe/NewPipe
fix channel rssbutton null pointer bug
rodzic
90716f4f5b
commit
fdeb7543ca
|
@ -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);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue