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 c14f39b commit 4f675bfCopy full SHA for 4f675bf
example/android/app/src/main/java/com/sample/application/MainApplication.java
@@ -5,6 +5,8 @@
5
6
import com.facebook.react.ReactApplication;
7
import com.rnfs.RNFSPackage;
8
+
9
+import cn.jiguang.imui.messagelist.BuildConfig;
10
import io.jchat.android.JMessageReactPackage;
11
12
import cn.jiguang.imui.messagelist.ReactIMUIPackage;
example/app/routes/Chat/index.js
@@ -325,7 +325,7 @@ export default class Chat extends Component {
325
eventMsg.msgId = message.msgId
326
eventMsg.msgType = "event"
327
eventMsg.text = "撤回的消息"
328
- AuroraIController.updateMessage(message)
+ AuroraIController.updateMessage(eventMsg);
329
}, (error) => {
330
331
})
0 commit comments