Commit 126a5e8e authored by Varun Patil's avatar Varun Patil

Fix gray map on following link

parent 5d15d001
...@@ -530,6 +530,7 @@ public class MapFragment extends Fragment implements TextWatcher, ...@@ -530,6 +530,7 @@ public class MapFragment extends Fragment implements TextWatcher,
fragmentManager.popBackStack(firstStackTag, fragmentManager.popBackStack(firstStackTag,
FragmentManager.POP_BACK_STACK_INCLUSIVE); FragmentManager.POP_BACK_STACK_INCLUSIVE);
this.removeEditTextFocus(null); this.removeEditTextFocus(null);
this.dismissCard();
this.displayMap(); this.displayMap();
} }
...@@ -733,6 +734,7 @@ public class MapFragment extends Fragment implements TextWatcher, ...@@ -733,6 +734,7 @@ public class MapFragment extends Fragment implements TextWatcher,
@Override @Override
public void onClick(View widget) { public void onClick(View widget) {
editText.setText(parentKey); editText.setText(parentKey);
dismissCard();
displayMap(); displayMap();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment