|
@@ -86,7 +86,7 @@ import java.util.UUID;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 聊天主界面
|
|
* 聊天主界面
|
|
|
- *
|
|
|
|
|
|
|
+ * https://www.360580.com/11771.html
|
|
|
* @项目名称: SkWeiChat-Baidu
|
|
* @项目名称: SkWeiChat-Baidu
|
|
|
* @包名: com.xzjmyk.pm.activity.ui.message
|
|
* @包名: com.xzjmyk.pm.activity.ui.message
|
|
|
* @作者:王阳
|
|
* @作者:王阳
|
|
@@ -100,7 +100,6 @@ import java.util.UUID;
|
|
|
public class ChatActivity extends SupportToolBarActivity
|
|
public class ChatActivity extends SupportToolBarActivity
|
|
|
implements ChatContentView.MessageEventListener, ChatBottomView.ChatBottomListener, ChatMessageListener {
|
|
implements ChatContentView.MessageEventListener, ChatBottomView.ChatBottomListener, ChatMessageListener {
|
|
|
|
|
|
|
|
-
|
|
|
|
|
@SuppressWarnings("unused")
|
|
@SuppressWarnings("unused")
|
|
|
private TextView mAuthStateTipTv;
|
|
private TextView mAuthStateTipTv;
|
|
|
private ImageView tv_none;
|
|
private ImageView tv_none;
|
|
@@ -430,7 +429,6 @@ public class ChatActivity extends SupportToolBarActivity
|
|
|
instantMessage = null;
|
|
instantMessage = null;
|
|
|
}
|
|
}
|
|
|
}, 1000);
|
|
}, 1000);
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|