Skip to content

Commit 4f675bf

Browse files
committed
Update example
1 parent c14f39b commit 4f675bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

example/android/app/src/main/java/com/sample/application/MainApplication.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
import com.facebook.react.ReactApplication;
77
import com.rnfs.RNFSPackage;
8+
9+
import cn.jiguang.imui.messagelist.BuildConfig;
810
import io.jchat.android.JMessageReactPackage;
911

1012
import cn.jiguang.imui.messagelist.ReactIMUIPackage;

example/app/routes/Chat/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export default class Chat extends Component {
325325
eventMsg.msgId = message.msgId
326326
eventMsg.msgType = "event"
327327
eventMsg.text = "撤回的消息"
328-
AuroraIController.updateMessage(message)
328+
AuroraIController.updateMessage(eventMsg);
329329
}, (error) => {
330330

331331
})

0 commit comments

Comments
 (0)