Use the serialized variable when writing on the properties file #211
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello the issue is described in here
I am using the below code to write on the grade.properties file on Android, but it is not working
I followed the logic and it looks like it is working but it is not writing it back to the file
I was getting the below error message
And as @Ali-H888 mentioned, if you check here you will find that it is passing data to the write file argument instead of the serialized string and that's what is causing the error.
We both tested the fix and it's working on our local machine.
I have created a pull request for this.