fix(UI模块): 解决断开后连接,文件管理首页界面无法显示的问题
This commit is contained in:
parent
33f04c8951
commit
1d13810649
|
@ -769,6 +769,10 @@ void MainWindow::slotDisconnect()
|
||||||
if (m_isServerConnect) {
|
if (m_isServerConnect) {
|
||||||
disconnectService();
|
disconnectService();
|
||||||
}
|
}
|
||||||
|
if (m_mobileFileList != nullptr) {
|
||||||
|
m_mobileFileList->deleteLater();
|
||||||
|
m_mobileFileList = nullptr;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::slotNotFountApk()
|
void MainWindow::slotNotFountApk()
|
||||||
|
|
Loading…
Reference in New Issue