1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-09-29 23:40:49 +00:00

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

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

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