fix(installedappswidget): update comments for clarity and investigate potential crash

This commit is contained in:
uncor3
2026-02-19 10:54:47 +00:00
parent d7af8da3fa
commit 111f0d958c
+7 -5
View File
@@ -433,10 +433,10 @@ void InstalledAppsWidget::onAppsDataReady()
qDebug() << "Error connecting to SpringBoard services:"
<< QString::fromUtf8(err->message);
} else {
/*
FIXME:springboard_services_connect takes time
MOVE EVERYTHING INTO QTCONCURRENT SO IT DOESN'T BLOCK UI
*/
/*
FIXME:springboard_services_connect takes time
MOVE EVERYTHING INTO QTCONCURRENT SO IT DOESN'T BLOCK UI
*/
qDebug() << "Successfully connected to SpringBoard services.";
}
@@ -624,7 +624,9 @@ void InstalledAppsWidget::loadAppContainer(const QString &bundleId)
<< QString::fromUtf8(err->message);
result["error"] = QString("Error vending documents: %1")
.arg(QString::fromUtf8(err->message));
house_arrest_client_free(houseArrestClient);
// FIXME:Crashes here, needs investigation
// can houseArrestClient be nullptr here?
// house_arrest_client_free(houseArrestClient);
return result;
}