Skip to content

Commit 6810121

Browse files
authored
Merge pull request #60 from dawidvdh/main
Correct unread count event listener for Android
2 parents c3aafa9 + ac9b9ab commit 6810121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/intercom/reactnative/IntercomEventEmitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
public class IntercomEventEmitter extends ReactContextBaseJavaModule {
2121

2222
private static final String NAME = "IntercomEventEmitter";
23-
private static final String UNREAD_COUNT_CHANGE_NOTIFICATION = "IntercomUnreadCountDidChange";
23+
private static final String UNREAD_COUNT_CHANGE_NOTIFICATION = "IntercomUnreadConversationCountDidChangeNotification";
2424
private int activeListenersCount = 0;
2525
private final UnreadConversationCountListener unreadConversationCountListener = new UnreadConversationCountListener() {
2626
@Override

0 commit comments

Comments
 (0)