From 50b55cee8d847f35279b02f9a17edc4d70da4101 Mon Sep 17 00:00:00 2001 From: veliymolfar Date: Tue, 18 Feb 2020 17:01:27 +0200 Subject: [PATCH] merge --- OsmAnd/src/net/osmand/plus/helpers/ImportHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/helpers/ImportHelper.java b/OsmAnd/src/net/osmand/plus/helpers/ImportHelper.java index 3af83c5c71..b93a803b8a 100644 --- a/OsmAnd/src/net/osmand/plus/helpers/ImportHelper.java +++ b/OsmAnd/src/net/osmand/plus/helpers/ImportHelper.java @@ -50,10 +50,10 @@ import net.osmand.plus.base.bottomsheetmenu.SimpleBottomSheetItem; import net.osmand.plus.base.bottomsheetmenu.simpleitems.DividerHalfItem; import net.osmand.plus.base.bottomsheetmenu.simpleitems.ShortDescriptionItem; import net.osmand.plus.base.bottomsheetmenu.simpleitems.TitleItem; -import net.osmand.plus.profiles.ExportImportProfileBottomSheet; import net.osmand.plus.rastermaps.OsmandRasterMapsPlugin; import net.osmand.plus.settings.ImportSettingsFragment; import net.osmand.plus.views.OsmandMapTileView; +import net.osmand.router.RoutingConfiguration; import net.osmand.util.Algorithms; import org.apache.commons.logging.Log;