From b55917b996b13588799bba14af75d5f20e9b747e Mon Sep 17 00:00:00 2001 From: nazar-kutz <30292035+nazar-kutz@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:20:28 +0200 Subject: [PATCH] Small fixes after merge r4.9 --- .../plus/myplaces/tracks/dialogs/BaseTrackFolderFragment.java | 1 - 1 file changed, 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/myplaces/tracks/dialogs/BaseTrackFolderFragment.java b/OsmAnd/src/net/osmand/plus/myplaces/tracks/dialogs/BaseTrackFolderFragment.java index 567e7c46f33..20dd7136fe7 100644 --- a/OsmAnd/src/net/osmand/plus/myplaces/tracks/dialogs/BaseTrackFolderFragment.java +++ b/OsmAnd/src/net/osmand/plus/myplaces/tracks/dialogs/BaseTrackFolderFragment.java @@ -32,7 +32,6 @@ import androidx.recyclerview.widget.RecyclerView.ViewHolder; import net.osmand.plus.configmap.tracks.TrackSortModesCollection; -import net.osmand.IndexConstants; import net.osmand.plus.myplaces.tracks.DialogClosedListener; import net.osmand.plus.shared.SharedUtil; import net.osmand.data.LatLon;