1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

InAppPurchases: Ensure failure notifications are dispatched on the message thread

This commit is contained in:
reuk 2023-03-02 13:46:06 +00:00
parent 5db288e834
commit b7e459dbd5
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -462,7 +462,7 @@ struct InAppPurchases::Pimpl
}
}
sendReceiptFetchFail();
sendReceiptFetchFailAsync();
}] resume];
}