Drawer: show navigation type for profiles
This commit is contained in:
parent
55af5cf8ba
commit
85e4f7b225
1 changed files with 1 additions and 1 deletions
|
@ -1046,7 +1046,7 @@ public class MapActivityActions implements DialogProvider {
|
|||
String modeDescription;
|
||||
if (currentMode.isCustomProfile()) {
|
||||
modeDescription = String.format(app.getString(R.string.profile_type_descr_string),
|
||||
Algorithms.capitalizeFirstLetterAndLowercase(currentMode.getParent().toHumanString()));
|
||||
Algorithms.capitalizeFirstLetterAndLowercase(currentMode.getRoutingProfile()));
|
||||
} else {
|
||||
modeDescription = getString(R.string.profile_type_base_string);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue