opatry / taskfolio

An Android task management app built using Google Tasks API. Developed to demonstrate my expertise in modern Android development.
https://opatry.github.io/taskfolio/
MIT License
9 stars 0 forks source link

Task list detail pane content is not updated on edit #17

Closed opatry closed 1 month ago

opatry commented 1 month ago

Describe the bug Within the task list detail pane, any edit isn't reflected until the list isn't navigated to another time. Edit the task list title, the update will be reflected on task list in master pane, not in detail pane. Same goes for task edit, like change task title or completion state.

To Reproduce Steps to reproduce the behavior:

  1. select a task list
  2. rename it or change a task state (title, completed)

Expected behavior The user edit should be reflected right away on the UI.

[!TIP] Surprisingly, the bug doesn't affect Android, only Desktop app.