steroid-team / app

Helping you organise your day with ease and privacy.
1 stars 2 forks source link

Tasks can be modified to have an empty body #116

Closed YagoGG closed 3 years ago

YagoGG commented 3 years ago

Steps to reproduce

  1. Open the app and log in using any credential provider.
  2. Enter any todo list.
  3. Create 2 new tasks (the second one will only be used just for visual aid).
  4. Tap the first task's description to enter "edit mode".
  5. Delete all the description.
  6. Hit the green button to save the changes.
  7. The changes are stored and an empty task is displayed:

ghost task

Expected behaviour

If the body of the task is completely deleted, the whole task should be removed instead of just being left with an empty body.

YagoGG commented 3 years ago

This no longer applies, seems like it's fixed.