From b12db8576d37f7fb67098ceaf07ebb149be75c3d 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: Thu, 11 Jul 2019 14:40:13 +0300 Subject: [PATCH] [android] Removed unused method that uses the absent string id --- .../maps/purchase/BookmarkSubscriptionFragment.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/android/src/com/mapswithme/maps/purchase/BookmarkSubscriptionFragment.java b/android/src/com/mapswithme/maps/purchase/BookmarkSubscriptionFragment.java index ac674ad2f9..214e32ca96 100644 --- a/android/src/com/mapswithme/maps/purchase/BookmarkSubscriptionFragment.java +++ b/android/src/com/mapswithme/maps/purchase/BookmarkSubscriptionFragment.java @@ -1,13 +1,10 @@ package com.mapswithme.maps.purchase; import android.app.Activity; -import android.content.Context; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v7.widget.CardView; -import android.text.Html; -import android.text.Spanned; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; @@ -157,13 +154,6 @@ public class BookmarkSubscriptionFragment extends BaseMwmFragment mPurchaseCallback.detach(); } - private static Spanned makeRestorePurchaseHtml(@NonNull Context context) - { - final String restorePurchaseLink = ""; - return Html.fromHtml(context.getString(R.string.restore_purchase_link, - restorePurchaseLink)); - } - @Override public void activateState(@NonNull BookmarkSubscriptionPaymentState state) {