fix(UI模块): 解决断开后连接,文件管理首页界面无法显示的问题

This commit is contained in:
liujialin@kylinos.cn 2022-10-09 13:44:39 +08:00
parent 33f04c8951
commit 1d13810649
1 changed files with 4 additions and 0 deletions

View File

@ -769,6 +769,10 @@ void MainWindow::slotDisconnect()
if (m_isServerConnect) {
disconnectService();
}
if (m_mobileFileList != nullptr) {
m_mobileFileList->deleteLater();
m_mobileFileList = nullptr;
}
}
void MainWindow::slotNotFountApk()