|
|
@@ -67,6 +67,9 @@ import java.util.HashMap;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
+/**
|
|
|
+ * @author 王鹏鹏
|
|
|
+ */
|
|
|
public class ChatView extends LinearLayout implements IChatLayout {
|
|
|
|
|
|
private static final String TAG = ChatView.class.getSimpleName();
|
|
|
@@ -811,6 +814,7 @@ public class ChatView extends LinearLayout implements IChatLayout {
|
|
|
presenter.revokeMessage(msg);
|
|
|
}
|
|
|
|
|
|
+ @SuppressLint("NotifyDataSetChanged")
|
|
|
protected void multiSelectMessage(TUIMessageBean msg) {
|
|
|
if (mAdapter != null) {
|
|
|
mInputView.hideSoftInput();
|
|
|
@@ -822,6 +826,7 @@ public class ChatView extends LinearLayout implements IChatLayout {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ @SuppressLint("NotifyDataSetChanged")
|
|
|
public void forwardMessage(TUIMessageBean msg) {
|
|
|
if (mAdapter != null) {
|
|
|
mInputView.hideSoftInput();
|