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