From 34072f92b6c271b8ac7ab4356faabfdd43f3eb26 Mon Sep 17 00:00:00 2001 From: Dmitry Kunin Date: Mon, 23 Sep 2013 14:38:49 +0300 Subject: [PATCH] [yota] reversed setUpProviders/stopListening --- .../YoPme/src/com/mapswithme/location/LocationRequester.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/YoPme/src/com/mapswithme/location/LocationRequester.java b/android/YoPme/src/com/mapswithme/location/LocationRequester.java index bca70cb784..c6ded1c7c9 100644 --- a/android/YoPme/src/com/mapswithme/location/LocationRequester.java +++ b/android/YoPme/src/com/mapswithme/location/LocationRequester.java @@ -99,8 +99,8 @@ public class LocationRequester implements Handler.Callback if (newLevel != mBatteryLevel) { mBatteryLevel = newLevel; - setUpProviders(); stopListening(); + setUpProviders(); startListening(); Log.d(TAG, "Changed providers list due to battery level update."); }