Fix used on map

This commit is contained in:
PavelRatushny 2017-11-02 16:02:11 +02:00
parent 53d36075d3
commit 19eab475e1

View file

@ -164,6 +164,7 @@ public class CoordinateInputDialogFragment extends DialogFragment implements Osm
AndroidUtils.hideSoftKeyboard(getMapActivity(), focusedView);
}
CoordinateInputBottomSheetDialogFragment fragment = new CoordinateInputBottomSheetDialogFragment();
fragment.setUsedOnMap(false);
Bundle args = new Bundle();
args.putBoolean(USE_OSMAND_KEYBOARD, useOsmandKeyboard);
args.putBoolean(GO_TO_NEXT_FIELD, goToNextField);