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() {
|
||||
@Override
|
||||
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;
|
||||
int index = dlg.getListView().getCheckedItemPosition();
|
||||
view.getSettings().MAP_PREFERRED_LOCALE.set(
|
||||
|
|
Loading…
Reference in a new issue