[android] Added resetting filter on map when user goes to the search screen

This commit is contained in:
Александр Зацепин 2018-04-04 16:40:15 +03:00 committed by Roman Kuznetsov
parent facaf5d0d4
commit 19552bfbeb

View file

@ -440,6 +440,8 @@ public class MwmActivity extends BaseMwmFragmentActivity
}
SearchActivity.start(this, query, filter, params);
}
if (mFilterController != null)
mFilterController.resetFilter();
}
public void showEditor()