Merge branch 'feature-improve-search-fragment' of git://github.com/coffeemakr/NewPipe into cofe
This commit is contained in:
commit
7d6b92e064
15 changed files with 122 additions and 105 deletions
|
|
@ -261,8 +261,7 @@ public class DownloadActivity extends ThemableActivity implements AdapterView.On
|
|||
return true;
|
||||
}
|
||||
default:
|
||||
return mFragment.onOptionsItemSelected(item) ||
|
||||
super.onOptionsItemSelected(item);
|
||||
return super.onOptionsItemSelected(item);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue