forked from organicmaps/organicmaps
[android] Removed unused method that uses the absent string id
This commit is contained in:
parent
2cd6de47da
commit
b12db8576d
1 changed files with 0 additions and 10 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue