Fix compilation

This commit is contained in:
Vitaliy 2021-04-21 15:11:31 +03:00
parent eefe1a00ac
commit 7f795a4e43
2 changed files with 4 additions and 1 deletions

View file

@ -470,6 +470,10 @@ public class OsmandApplication extends MultiDexApplication {
return onlineRoutingHelper;
}
public BackupHelper getBackupHelper() {
return backupHelper;
}
public TransportRoutingHelper getTransportRoutingHelper() {
return transportRoutingHelper;
}

View file

@ -44,7 +44,6 @@ import net.osmand.plus.R;
import net.osmand.plus.UiUtilities;
import net.osmand.plus.activities.MapActivity;
import net.osmand.plus.base.PointImageDrawable;
import net.osmand.plus.itinerary.ItineraryGroup;
import net.osmand.plus.mapcontextmenu.controllers.SelectedGpxMenuController.SelectedGpxPoint;
import net.osmand.plus.mapcontextmenu.other.TrackChartPoints;
import net.osmand.plus.mapmarkers.MapMarker;