mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
* Revert custom stylings of toolbar * Enable back button on toolbar
This commit is contained in:
parent
86c571ceee
commit
b06f875812
2 changed files with 4 additions and 4 deletions
|
|
@ -69,6 +69,7 @@ public class SearchActivity extends BaseActivity
|
|||
ButterKnife.bind(this);
|
||||
setTitle(getString(R.string.title_activity_search));
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
toolbar.setNavigationOnClickListener(v->onBackPressed());
|
||||
supportFragmentManager = getSupportFragmentManager();
|
||||
setSearchHistoryFragment();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue