Fix
This commit is contained in:
parent
acf2e5a4a7
commit
26940b5171
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ public class ConfigureMapMenu {
|
||||||
b.setPositiveButton(R.string.shared_string_apply, new DialogInterface.OnClickListener() {
|
b.setPositiveButton(R.string.shared_string_apply, new DialogInterface.OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onClick(DialogInterface dialog, int which) {
|
public void onClick(DialogInterface dialog, int which) {
|
||||||
view.getSettings().MAP_TRANSLITERATE_NAMES.set(transliterateNames);
|
view.getSettings().MAP_TRANSLITERATE_NAMES.set(selectedLanguageIndex > 0 && transliterateNames);
|
||||||
AlertDialog dlg = (AlertDialog) dialog;
|
AlertDialog dlg = (AlertDialog) dialog;
|
||||||
int index = dlg.getListView().getCheckedItemPosition();
|
int index = dlg.getListView().getCheckedItemPosition();
|
||||||
view.getSettings().MAP_PREFERRED_LOCALE.set(
|
view.getSettings().MAP_PREFERRED_LOCALE.set(
|
||||||
|
|
Loading…
Reference in a new issue