Skip to content

Commit 86dcb46

Browse files
committed
Added listeners
1 parent 0b1125c commit 86dcb46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/src/main/java/sqip/react/SquareInAppPaymentsModule.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ class SquareInAppPaymentsModule extends ReactContextBaseJavaModule {
3333
public SquareInAppPaymentsModule(ReactApplicationContext reactContext) {
3434
super(reactContext);
3535
mainLooperHandler = new Handler(Looper.getMainLooper());
36+
this.listeners = new HashMap<>();
37+
3638
}
3739

3840
@Override

0 commit comments

Comments
 (0)