forked from organicmaps/organicmaps
[android] fix: Search highlights were not cleared on search bar closed.
This commit is contained in:
parent
03de815c28
commit
47a55c355d
1 changed files with 3 additions and 0 deletions
|
@ -1097,7 +1097,10 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
}
|
||||
|
||||
if (mSearchController.hide())
|
||||
{
|
||||
SearchToolbarController.cancelSearch();
|
||||
return;
|
||||
}
|
||||
|
||||
if (!closePlacePage() && !closeSidePanel() && !closeRouting())
|
||||
super.onBackPressed();
|
||||
|
|
Loading…
Add table
Reference in a new issue