del:回归我这边的私信列表入口
This commit is contained in:
parent
64c37e6ff4
commit
6b310f6b0a
@ -910,16 +910,7 @@ public abstract class LiveActivity extends AbsActivity implements SocketMessageL
|
||||
* 打开私信列表窗口
|
||||
*/
|
||||
public void openChatListWindow() {
|
||||
openChatListWindow(new Bundle());
|
||||
}
|
||||
|
||||
/**
|
||||
* 打开私信列表窗口
|
||||
* @param bundle 配置参数
|
||||
*/
|
||||
public void openChatListWindow(Bundle bundle) {
|
||||
Intent intent = new Intent(mContext, PDLIiveChatActivity.class);
|
||||
intent.putExtras(bundle);
|
||||
mContext.startActivity(intent);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user