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:
authorАлександр Зацепин <az@mapswithme.com>2019-09-27 20:27:03 +0300
committeryoksnod <donskdmitry@mail.ru>2019-10-22 15:11:22 +0300
commitf2dd32483744526af64ab7d9e1d65ad5b08f0c4e (patch)
treeb73c7ef8b0cab773f38abe5f620990a3c469d43f /android/src/com/mapswithme/maps/maplayer/traffic/TrafficState.java
parenta953528ce7a46dd8fdcc336a23d6ec443f67abeb (diff)
[android] Migrated code to Android X
Diffstat (limited to 'android/src/com/mapswithme/maps/maplayer/traffic/TrafficState.java')
-rw-r--r--android/src/com/mapswithme/maps/maplayer/traffic/TrafficState.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/com/mapswithme/maps/maplayer/traffic/TrafficState.java b/android/src/com/mapswithme/maps/maplayer/traffic/TrafficState.java
index 52458121b9..69b4be9589 100644
--- a/android/src/com/mapswithme/maps/maplayer/traffic/TrafficState.java
+++ b/android/src/com/mapswithme/maps/maplayer/traffic/TrafficState.java
@@ -1,7 +1,7 @@
package com.mapswithme.maps.maplayer.traffic;
-import android.support.annotation.MainThread;
-import android.support.annotation.NonNull;
+import androidx.annotation.MainThread;
+import androidx.annotation.NonNull;
import com.mapswithme.util.statistics.Statistics;