Checklists Becoming Corrupted When Rapidly Completing Items #66
Labels
bug
Something is not working
device/software specific
Issues that only happen on some devices or with some specific hardware/software
needs triage
Issue is not yet ready for PR authors to take up
Checklist
Affected app version
1.1.0
Affected Android/Custom ROM version
Android 13
Affected device model
Moto G82
How did you install the app?
Google Play Store
Steps to reproduce the bug
Expected behavior
Items in checklist should become checked/scored out/ticked and be displayed normally
Actual behavior
All items are condensed into 1 item which shows the files underlying code for the checklist, and cannot be mannually separated
A new file must be manually created within the app to replace the old file, and all previous entries manually entered again
Screenshots/Screen recordings
Please find attached a copy of the Test Note I used in TXT format which is in working order:
@Checklist Test Note Working.txt
And a copy of the Test Note I used in TXT format which is in broken:
@Checklist Test Note Broken.txt
Additional information
I have attempted to try and replicate this bug by using a note stored only within the app, and have been unable to replicate it; that is to say I skipped Step 3 of "Steps To Reproduce..." and immediately attempted Step 4
In the event the files I uploaded are unreadable, please find below a copy of the code from these files if required:
Working
[{"dateCreated":1726403475958,"id":1,"isDone":false,"title":"Test 1"},{"dateCreated":1726403475958,"id":2,"isDone":false,"title":"Test 2"},{"dateCreated":1726403475958,"id":3,"isDone":false,"title":"Test 3"}]
Broken
[{"dateCreated":0,"id":0,"isDone":false,"title":"[{"dateCreated":1726403475958,"id":1,"isDone":true,"title":"Test 1"},{"dateCreated":1726403475958,"id":2,"isDone":true,"title":"Test 2"},{"dateCreated":1726403475958,"id":3,"isDone":false,"title":"Test 3"}]]"}]
The text was updated successfully, but these errors were encountered: