delete unnecessary comment
This commit is contained in:
parent
81eda40f4f
commit
a7a846130d
1 changed files with 0 additions and 2 deletions
|
@ -182,7 +182,6 @@ public class CoordinateInputDialogFragment extends DialogFragment implements Osm
|
||||||
});
|
});
|
||||||
|
|
||||||
registerMainView();
|
registerMainView();
|
||||||
// changeKeyboard(getMyApplication().getSettings().COORDS_USE_OSMAND_KEYBOARD.get());
|
|
||||||
return mainView;
|
return mainView;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -351,7 +350,6 @@ public class CoordinateInputDialogFragment extends DialogFragment implements Osm
|
||||||
boolean isCurrentlyVisible = isOsmandKeyboardCurrentlyVisible();
|
boolean isCurrentlyVisible = isOsmandKeyboardCurrentlyVisible();
|
||||||
if (!isCurrentlyVisible && !useOsmandKeyboard) {
|
if (!isCurrentlyVisible && !useOsmandKeyboard) {
|
||||||
changeKeyboard(true);
|
changeKeyboard(true);
|
||||||
getMyApplication().getSettings().COORDS_USE_OSMAND_KEYBOARD.set(true);
|
|
||||||
} else {
|
} else {
|
||||||
changeOsmandKeyboardVisibility(!isCurrentlyVisible);
|
changeOsmandKeyboardVisibility(!isCurrentlyVisible);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue