forked from organicmaps/organicmaps
[android] fix: Map object highlight incorrectly discarded on search bar open.
This commit is contained in:
parent
0dc276c3ae
commit
03de815c28
1 changed files with 0 additions and 3 deletions
|
@ -384,10 +384,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
if (mIsFragmentContainer)
|
||||
{
|
||||
if (getSupportFragmentManager().findFragmentByTag(SearchFragment.class.getName()) == null)
|
||||
{
|
||||
Framework.deactivatePopup();
|
||||
popFragment();
|
||||
}
|
||||
|
||||
mSearchController.hide();
|
||||
replaceFragment(SearchFragment.class, true, getIntent().getExtras());
|
||||
|
|
Loading…
Add table
Reference in a new issue