del:回归我这边的私信列表入口
This commit is contained in:
parent
6b310f6b0a
commit
d5c4e11a45
@ -1742,10 +1742,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
private void openChatWindow(){
|
||||
/*LiveChatListDialogFragment chat=new LiveChatListDialogFragment();
|
||||
chat.show(((LiveAudienceActivity) mContext).getSupportFragmentManager(), "LiveRoomChatDialogFragment");*/
|
||||
Bundle bundle=new Bundle();
|
||||
bundle.putBoolean("systemMsg",false);
|
||||
bundle.putBoolean("dialogWindow",true);
|
||||
((LiveActivity) mContext).openChatListWindow(bundle);
|
||||
((LiveActivity) mContext).openChatListWindow();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user