Skip to content

Commit 5b54e3d

Browse files
committed
feat: reset data when resumed for CAgoraCrossChannelDlg.cpp
1 parent d963b5d commit 5b54e3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

windows/APIExample/APIExample/Advanced/CrossChannel/CAgoraCrossChannelDlg.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ void CAgoraCrossChannelDlg::ResumeStatus()
166166
{
167167
InitCtrlText();
168168
m_lstInfo.ResetContent();
169+
m_cmbCrossChannelList.ResetContent();
169170
m_staDetails.SetWindowText(_T(""));
170171
m_edtChannel.SetWindowText(_T(""));
171172
m_edtCrossChannel.SetWindowText(_T(""));

0 commit comments

Comments
 (0)