Skip to content

Commit

Permalink
Resolved android pipeline failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AJAYJ-09 committed Jun 12, 2024
1 parent 514b8d1 commit 0b1125c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@
import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;
import sqip.InAppPaymentsSdk;

import com.facebook.react.modules.core.DeviceEventManagerModule;
import java.util.HashMap;
import java.util.Map;
class SquareInAppPaymentsModule extends ReactContextBaseJavaModule {

private final Handler mainLooperHandler;
private final Map<String, Integer> listeners;

public SquareInAppPaymentsModule(ReactApplicationContext reactContext) {
super(reactContext);
Expand Down

0 comments on commit 0b1125c

Please sign in to comment.