Revert "fix: replace continue_with with QFuture::then"
This reverts commit 77538d04.
This introduced crashes, that change also needs more polishing as some code has been lost, e.g.
if (!serviceVersion.has_value()) {
qWarning() << "KActivities: FATAL ERROR: Failed to contact the activity manager daemon";
m_serviceStatus = NotRunning;
return;
}
SENTRY: KWIN-H9Q (cherry picked from commit a623a511)