ARK-Builders / arklib-android

Gradle wrapper for ARKLib, for usage in Android projects
MIT License
4 stars 6 forks source link

Do not persist a property to file if the field is empty #137

Open tuancoltech opened 6 months ago

tuancoltech commented 6 months ago

Problem: Currently in Memo app, if we create a note without providing title or description, the empty JSON is written to the properties storage: {"titles":[""],"descriptions":[""]}

Expected: We should only persist a property field to file if it's non-empty.