Skip to content

Commit 02189fe

Browse files
committed
Update Android SDK to v2.7.1
1 parent dfdb73c commit 02189fe

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-2.02 MB
Binary file not shown.
2.03 MB
Binary file not shown.

android/src/io/jchat/android/JMessageModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,7 @@ public void onEventMainThread(ChatRoomMessageEvent event) {
20602060
List<Message> list = event.getMessages();
20612061
Log.d(TAG, "收到聊天室消息");
20622062
getReactApplicationContext().getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class)
2063-
.emit(RECEIVE_MSG_EVENT, ResultUtils.toJSArray(list));
2063+
.emit(RECEIVE_CHAT_ROOM_MSG_EVENT, ResultUtils.toJSArray(list));
20642064
}
20652065

20662066
public void onEvent(GroupApprovalEvent event) {

0 commit comments

Comments
 (0)