Add return onto ConfigureProfile after save new profile
This commit is contained in:
parent
7b1921e598
commit
187390eed5
1 changed files with 3 additions and 1 deletions
|
@ -204,7 +204,9 @@ public class ProfileAppearanceFragment extends BaseSettingsFragment {
|
|||
if (isChanged()) {
|
||||
if (saveNewProfile()) {
|
||||
profile = changedProfile;
|
||||
getActivity().onBackPressed();
|
||||
ProfileAppearanceFragment.this.dismiss();
|
||||
BaseSettingsFragment.showInstance(getMapActivity(), SettingsScreenType.CONFIGURE_PROFILE,
|
||||
ApplicationMode.valueOfStringKey(changedProfile.stringKey, null));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue