Merge pull request #11402 from osmandapp/Revert-switch-profile
Revert quick switch profile
This commit is contained in:
commit
65adb8092d
1 changed files with 1 additions and 3 deletions
|
@ -235,8 +235,6 @@ public class SwitchProfileAction extends SwitchableAction<String> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getActionText(OsmandApplication application) {
|
public String getActionText(OsmandApplication application) {
|
||||||
String item = getSelectedItem(application);
|
return getName(application);
|
||||||
|
|
||||||
return application.getString(R.string.ltr_or_rtl_combine_via_space, getTranslatedItemName(application, item), "\u2026");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue