Drawer: show navigation type for profiles

This commit is contained in:
sergosm 2020-09-15 20:24:22 +03:00
parent 55af5cf8ba
commit 85e4f7b225

View file

@ -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);
}