[android] Removed unused method that uses the absent string id

This commit is contained in:
Александр Зацепин 2019-07-11 14:40:13 +03:00 committed by kgalushka
parent 2cd6de47da
commit b12db8576d

View file

@ -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)
{