del:回归我这边的私信列表入口

This commit is contained in:
zlzw 2022-09-05 19:09:10 +08:00
parent 6b310f6b0a
commit d5c4e11a45

View File

@ -1742,10 +1742,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
private void openChatWindow(){ private void openChatWindow(){
/*LiveChatListDialogFragment chat=new LiveChatListDialogFragment(); /*LiveChatListDialogFragment chat=new LiveChatListDialogFragment();
chat.show(((LiveAudienceActivity) mContext).getSupportFragmentManager(), "LiveRoomChatDialogFragment");*/ chat.show(((LiveAudienceActivity) mContext).getSupportFragmentManager(), "LiveRoomChatDialogFragment");*/
Bundle bundle=new Bundle(); ((LiveActivity) mContext).openChatListWindow();
bundle.putBoolean("systemMsg",false);
bundle.putBoolean("dialogWindow",true);
((LiveActivity) mContext).openChatListWindow(bundle);
} }