Skip to content

Commit bae0ddf

Browse files
authored
Update IntercomEventEmitter.java
1 parent 7f8dec1 commit bae0ddf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
public class IntercomEventEmitter extends ReactContextBaseJavaModule {
2323

2424
public static final String NAME = "IntercomEventEmitter";
25-
private static final String UNREAD_COUNT_CHANGE_NOTIFICATION = "IntercomUnreadCountDidChange";
2625
private static final String UNREAD_COUNT_CHANGE_NOTIFICATION = "IntercomUnreadConversationCountDidChangeNotification";
2726
private int activeListenersCount = 0;
2827
private final UnreadConversationCountListener unreadConversationCountListener = new UnreadConversationCountListener() {

0 commit comments

Comments
 (0)