forked from organicmaps/organicmaps
[android] Fixed switching of settings
This commit is contained in:
parent
54932ed487
commit
ca7f0d713f
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
public void toggleRouteSettings(@NonNull RoadType roadType)
|
||||
{
|
||||
mPlacePageController.close();
|
||||
RoutingOptions.removeOption(roadType);
|
||||
RoutingOptions.addOption(roadType);
|
||||
rebuildLastRouteInternal();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue