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,
fragmentManager.popBackStack(firstStackTag,
FragmentManager.POP_BACK_STACK_INCLUSIVE);
this.removeEditTextFocus(null);
this.dismissCard();
this.displayMap();
}
......@@ -733,6 +734,7 @@ public class MapFragment extends Fragment implements TextWatcher,
@Override
public void onClick(View widget) {
editText.setText(parentKey);
dismissCard();
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