1
0
Fork 0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2025-10-03 17:59:41 +02:00

make title contain current tab

This commit is contained in:
Christian Schabesberger 2017-10-26 15:16:35 +02:00
parent 4c4cfb49b4
commit dd64bf2af7
6 changed files with 52 additions and 4 deletions

View file

@ -181,7 +181,6 @@ public class MainActivity extends AppCompatActivity implements HistoryListener {
ActionBar actionBar = getSupportActionBar();
if (actionBar != null) {
actionBar.setDisplayShowTitleEnabled(false);
actionBar.setDisplayHomeAsUpEnabled(false);
}
return true;