forked from organicmaps/organicmaps
[android] Added resetting filter on map when user goes to the search screen
This commit is contained in:
parent
facaf5d0d4
commit
19552bfbeb
1 changed files with 2 additions and 0 deletions
|
@ -440,6 +440,8 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
}
|
||||
SearchActivity.start(this, query, filter, params);
|
||||
}
|
||||
if (mFilterController != null)
|
||||
mFilterController.resetFilter();
|
||||
}
|
||||
|
||||
public void showEditor()
|
||||
|
|
Loading…
Add table
Reference in a new issue