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/news/IntroductionDialogFragment.java')
-rw-r--r--android/src/com/mapswithme/maps/news/IntroductionDialogFragment.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/com/mapswithme/maps/news/IntroductionDialogFragment.java b/android/src/com/mapswithme/maps/news/IntroductionDialogFragment.java
index 49152240b3..968aea60f2 100644
--- a/android/src/com/mapswithme/maps/news/IntroductionDialogFragment.java
+++ b/android/src/com/mapswithme/maps/news/IntroductionDialogFragment.java
@@ -3,8 +3,8 @@ package com.mapswithme.maps.news;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
-import android.support.annotation.NonNull;
-import android.support.v4.app.FragmentManager;
+import androidx.annotation.NonNull;
+import androidx.fragment.app.FragmentManager;
import android.text.TextUtils;
import android.view.View;
import android.widget.ImageView;