Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/com/mapswithme/maps/location/TransitionListener.java')
-rw-r--r--android/src/com/mapswithme/maps/location/TransitionListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/location/TransitionListener.java b/android/src/com/mapswithme/maps/location/TransitionListener.java
index 9d7b685f1b..6ba132b5e9 100644
--- a/android/src/com/mapswithme/maps/location/TransitionListener.java
+++ b/android/src/com/mapswithme/maps/location/TransitionListener.java
@@ -3,7 +3,7 @@ package com.mapswithme.maps.location;
import android.content.Intent;
import android.content.IntentFilter;
import android.location.LocationManager;
-import android.support.annotation.NonNull;
+import androidx.annotation.NonNull;
import com.mapswithme.maps.MwmApplication;
import com.mapswithme.maps.background.AppBackgroundTracker;