forked from organicmaps/organicmaps
[android] Fixed commit fragment transaction
This commit is contained in:
parent
634dc20af0
commit
a902083d8f
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public class ToggleMapLayerDialog extends DialogFragment
|
|||
|
||||
Fragment oldInstance = fm.findFragmentByTag(tag);
|
||||
if (oldInstance != null)
|
||||
fm.beginTransaction().remove(oldInstance).commit();
|
||||
fm.beginTransaction().remove(oldInstance).commitAllowingStateLoss();
|
||||
|
||||
frag.show(fm, tag);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue