From 7d3da6730fcd96b1ec0f9d5ccf8cfc3b2ff49312 Mon Sep 17 00:00:00 2001 From: Nazar-Kutz Date: Tue, 31 Dec 2019 14:29:55 +0200 Subject: [PATCH] Small fixes --- .../src/net/osmand/plus/monitoring/OsmandMonitoringPlugin.java | 1 - 1 file changed, 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/monitoring/OsmandMonitoringPlugin.java b/OsmAnd/src/net/osmand/plus/monitoring/OsmandMonitoringPlugin.java index cb66ab420c..82a88dd42f 100644 --- a/OsmAnd/src/net/osmand/plus/monitoring/OsmandMonitoringPlugin.java +++ b/OsmAnd/src/net/osmand/plus/monitoring/OsmandMonitoringPlugin.java @@ -468,7 +468,6 @@ public class OsmandMonitoringPlugin extends OsmandPlugin { final boolean showTrackSelection, boolean nightMode) { int textColorPrimary = ContextCompat.getColor(app, nightMode ? R.color.text_color_primary_dark : R.color.text_color_primary_light); int textColorSecondary = ContextCompat.getColor(app, nightMode ? R.color.text_color_secondary_dark : R.color.text_color_secondary_light); - LinearLayout ll = new LinearLayout(uiCtx); final int dp24 = AndroidUtils.dpToPx(uiCtx, 24f); final int dp8 = AndroidUtils.dpToPx(uiCtx, 8f);