Skip to content

Commit 6c7fbac

Browse files
committed
reference _callkitEventHandlers right
1 parent 90c433e commit 6c7fbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class RNCallKeep {
2020
}
2121

2222
removeEventListener(type, handler) {
23-
const listener = _callkitEventHandlers.get(handler);
23+
const listener = this._callkitEventHandlers.get(handler);
2424
if (!listener) {
2525
return;
2626
}

0 commit comments

Comments
 (0)