diff --git a/host/purposeplugin.cpp b/host/purposeplugin.cpp --- a/host/purposeplugin.cpp +++ b/host/purposeplugin.cpp @@ -139,6 +139,7 @@ // navigator.share({title: "foo"}) is valid but makes no sense // and we also cannot share via Purpose without "urls" + m_pendingReplySerial = -1; return { {QStringLiteral("success"), false}, {QStringLiteral("errorCode"), QStringLiteral("INVALID_ARGUMENT")}