From f149bed8cd59d90e99261e59df566c13e0457da4 Mon Sep 17 00:00:00 2001 From: Chumva Date: Wed, 20 Nov 2019 10:32:40 +0200 Subject: [PATCH] Fix quick action --- OsmAnd/src/net/osmand/plus/OsmandSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/OsmandSettings.java b/OsmAnd/src/net/osmand/plus/OsmandSettings.java index 02528208d6..26bdd7f245 100644 --- a/OsmAnd/src/net/osmand/plus/OsmandSettings.java +++ b/OsmAnd/src/net/osmand/plus/OsmandSettings.java @@ -2861,7 +2861,7 @@ public class OsmandSettings { public static final String QUICK_FAB_MARGIN_X_LANDSCAPE_MARGIN = "quick_fab_margin_x_landscape_margin"; public static final String QUICK_FAB_MARGIN_Y_LANDSCAPE_MARGIN = "quick_fab_margin_y_landscape_margin"; - public final CommonPreference QUICK_ACTION = new StringPreference("quick_action_new", "").makeProfile(); + public final CommonPreference QUICK_ACTION = new StringPreference("quick_action_new", "").makeGlobal(); public final CommonPreference QUICK_ACTION_LIST = new StringPreference("quick_action_list", "").makeGlobal();