Skip to content

Conversation

@cooltey
Copy link
Collaborator

@cooltey cooltey commented Oct 15, 2025

What does this do?

This PR updates the condition a little bit to avoid showing a silent warning like this:

getDonationResults():1348: 
kotlinx.serialization.json.internal.JsonDecodingException: Expected start of the array '[', but had 'EOF' instead at path: $

Suppose the donationResults contains an empty string. In that case, it will continue to display the warning message in the background, which does not affect the functionality, but this PR helps to reduce the warning.

@cooltey cooltey added the Minor Minor stuff label Oct 15, 2025
@Williamrai Williamrai merged commit bbfd988 into main Oct 15, 2025
2 checks passed
@Williamrai Williamrai deleted the update-decodeFromString-warning branch October 15, 2025 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Minor Minor stuff

Development

Successfully merging this pull request may close these issues.

2 participants