Skip to content

Commit

Permalink
fix: remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jul 17, 2022
1 parent 5b50143 commit 5d89d01
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@ public class CapacitorPurchasesPlugin extends Plugin {

public static final String PLATFORM_NAME = "capacitor";
public static final String PLUGIN_VERSION = "2.4.0";
public static String AppName = "";

@PluginMethod
public void setup(PluginCall call) {
String apiKey = call.getString("apiKey");
String appUserID = call.getString("appUserID");
PlatformInfo platformInfo = new PlatformInfo(PLATFORM_NAME, PLUGIN_VERSION);
AppName = this.bridge.getActivity().getString(R.string.app_name);
CommonKt.configure(this.bridge.getActivity(), apiKey, appUserID, true, platformInfo);
Purchases.getSharedInstance().setUpdatedPurchaserInfoListener(new UpdatedPurchaserInfoListener() {
@Override
Expand Down

0 comments on commit 5d89d01

Please sign in to comment.