BijoySingh / Scarlet-Notes

[Discontinued and Unsupported Project] Simple yet powerful rich note taking android application, with a lot of flexibilty of usage
https://play.google.com/store/apps/details?id=com.bijoysingh.quicknote
GNU General Public License v3.0
355 stars 94 forks source link

Unchecked checkbox jumps across subheadings and separators #112

Closed ghost closed 5 years ago

ghost commented 5 years ago

I have a document with checklists under a few subheadings with dividing separators:



Subheader1

[ ] test0 [ ] test1 [x] test2


Subheader2

[ ] test0 [x] test1 [x] test2



When I enable the checkmark on item Subheader1/test0, Subheader2/test0 jumps across from Subheader2 to Subheader1 and has to be manually moved back to Subheader2.

BijoySingh commented 5 years ago

Solved in 8d1af5bfe0d7470d9978c602da9e31ebe0af0f87

ghost commented 5 years ago

Thanks!