From f2dd32483744526af64ab7d9e1d65ad5b08f0c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Fri, 27 Sep 2019 20:27:03 +0300 Subject: [android] Migrated code to Android X --- android/src/com/mapswithme/maps/maplayer/traffic/TrafficState.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android/src/com/mapswithme/maps/maplayer/traffic/TrafficState.java') 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; -- cgit v1.2.3