forked from organicmaps/organicmaps
[downloader][android] fix: "Home" button in downloader's toolbar works as "Back".
This commit is contained in:
parent
dd7d0828fc
commit
8fb81e4705
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ class DownloaderToolbarController extends SearchToolbarController
|
|||
setHint(R.string.downloader_search_field_hint);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onUpClick()
|
||||
{
|
||||
mActivity.onBackPressed();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onTextChanged(String query)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue