初版定稿
This commit is contained in:
@@ -30,7 +30,7 @@ public class ChatLauncher {
|
||||
*/
|
||||
public void launchC2CChat(Context context, String chatId) {
|
||||
Intent intent = new Intent(context, TUIC2CChatActivity.class);
|
||||
intent.putExtra(TUIConstants.TUIChat.CHAT_ID, chatId);
|
||||
intent.putExtra(TUIConstants.TUIChat.CHAT_ID, "u"+chatId);
|
||||
intent.putExtra(TUIConstants.TUIChat.CHAT_TYPE, V2TIMConversation.V2TIM_C2C);
|
||||
context.startActivity(intent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user