We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8dec1 commit bae0ddfCopy full SHA for bae0ddf
android/src/main/java/com/intercom/reactnative/IntercomEventEmitter.java
@@ -22,7 +22,6 @@
22
public class IntercomEventEmitter extends ReactContextBaseJavaModule {
23
24
public static final String NAME = "IntercomEventEmitter";
25
- private static final String UNREAD_COUNT_CHANGE_NOTIFICATION = "IntercomUnreadCountDidChange";
26
private static final String UNREAD_COUNT_CHANGE_NOTIFICATION = "IntercomUnreadConversationCountDidChangeNotification";
27
private int activeListenersCount = 0;
28
private final UnreadConversationCountListener unreadConversationCountListener = new UnreadConversationCountListener() {
0 commit comments