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/auth/PhoneAuthActivity.java')
-rw-r--r--android/src/com/mapswithme/maps/auth/PhoneAuthActivity.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/src/com/mapswithme/maps/auth/PhoneAuthActivity.java b/android/src/com/mapswithme/maps/auth/PhoneAuthActivity.java
index 3477318fd1..9f8ab89972 100644
--- a/android/src/com/mapswithme/maps/auth/PhoneAuthActivity.java
+++ b/android/src/com/mapswithme/maps/auth/PhoneAuthActivity.java
@@ -1,9 +1,9 @@
package com.mapswithme.maps.auth;
import android.content.Intent;
-import android.support.annotation.NonNull;
-import android.support.v4.app.Fragment;
-import android.support.v4.app.FragmentManager;
+import androidx.annotation.NonNull;
+import androidx.fragment.app.Fragment;
+import androidx.fragment.app.FragmentManager;
import com.mapswithme.maps.R;
import com.mapswithme.maps.base.BaseMwmExtraTitleActivity;