Fix absent edit profile name keyboard and profile icon selection for new created profiles
This commit is contained in:
parent
81fa31758c
commit
467e73ed8d
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ public class ProfileAppearanceFragment extends BaseSettingsFragment {
|
|||
profile.routeService = baseModeForNewProfile.getRouteService();
|
||||
profile.locationIcon = baseModeForNewProfile.getLocationIcon();
|
||||
profile.navigationIcon = baseModeForNewProfile.getNavigationIcon();
|
||||
onAppModeChanged(ApplicationMode.valueOfStringKey(baseModeForNewProfile.getStringKey(), null));
|
||||
} else {
|
||||
profile.stringKey = getSelectedAppMode().getStringKey();
|
||||
profile.parent = getSelectedAppMode().getParent();
|
||||
|
|
Loading…
Reference in a new issue