fix: Fix stop scan process while emergency button pushed.
This commit is contained in:
@@ -552,7 +552,15 @@ void DialogManager::invokeOperationPending(QObject *parent, QObject *msg) {
|
||||
|
||||
void DialogManager::invokeOperationEnd(QObject *parent, QObject *msg) {
|
||||
//窗口不存在,撤销操作
|
||||
if (!mOperationMessageDialog) return;
|
||||
if (!mOperationMessageDialog)
|
||||
{
|
||||
if(msg != nullptr)
|
||||
{
|
||||
raiseDeviceError(nullptr, msg);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
if (!mOperationMessageDialog->isHidden())
|
||||
{
|
||||
if (msg != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user