1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-02 00:03:00 +00:00

Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Weblate
2017-11-12 18:48:19 +01:00

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