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/purchase/BookmarkPaymentActivity.java')
-rw-r--r--android/src/com/mapswithme/maps/purchase/BookmarkPaymentActivity.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/src/com/mapswithme/maps/purchase/BookmarkPaymentActivity.java b/android/src/com/mapswithme/maps/purchase/BookmarkPaymentActivity.java
index fc2babcf70..9c90866053 100644
--- a/android/src/com/mapswithme/maps/purchase/BookmarkPaymentActivity.java
+++ b/android/src/com/mapswithme/maps/purchase/BookmarkPaymentActivity.java
@@ -2,9 +2,9 @@ package com.mapswithme.maps.purchase;
import android.content.Intent;
import android.os.Bundle;
-import android.support.annotation.NonNull;
-import android.support.annotation.Nullable;
-import android.support.v4.app.Fragment;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.fragment.app.Fragment;
import com.mapswithme.maps.base.BaseMwmFragmentActivity;
import com.mapswithme.maps.bookmarks.data.PaymentData;