Skip to content

Commit

Permalink
Added listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
AJAYJ-09 committed Jun 12, 2024
1 parent 0b1125c commit 86dcb46
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class SquareInAppPaymentsModule extends ReactContextBaseJavaModule {
public SquareInAppPaymentsModule(ReactApplicationContext reactContext) {
super(reactContext);
mainLooperHandler = new Handler(Looper.getMainLooper());
this.listeners = new HashMap<>();

}

@Override
Expand Down

0 comments on commit 86dcb46

Please sign in to comment.