Enable selected app mode before entering configure screen/map
This commit is contained in:
parent
54fb785f75
commit
90fc41f38e
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ public class ConfigureProfileFragment extends BaseSettingsFragment {
|
|||
try {
|
||||
FragmentManager fragmentManager = activity.getSupportFragmentManager();
|
||||
if (fragmentManager != null) {
|
||||
settings.APPLICATION_MODE.set(getSelectedAppMode());
|
||||
fragmentManager.beginTransaction()
|
||||
.remove(this)
|
||||
.addToBackStack(TAG)
|
||||
|
|
Loading…
Reference in a new issue