Go to next field on by default

This commit is contained in:
PavelRatushnyi 2017-11-07 20:15:20 +02:00
parent b050f07c01
commit 287e32ba81

View file

@ -93,7 +93,7 @@ public class CoordinateInputDialogFragment extends DialogFragment implements Osm
private boolean lightTheme;
private boolean useOsmandKeyboard = true;
private boolean rightHand = true;
private boolean goToNextField;
private boolean goToNextField = true;
private int accuracy = 4;
private List<OsmandTextFieldBoxes> textFieldBoxes;
private View mainView;