Fix used on map
This commit is contained in:
parent
53d36075d3
commit
19eab475e1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue