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

Fix stale object being stored and preventing up to date recomposition in list detail pane (fixes #17) #18

Closed opatry closed 1 month ago

opatry commented 1 month ago

Description

The TaskListUIModel being stored in navigation was keeping a stale data and preventing recomposition with up to date data model. Relying on list id allows requesting up to date data when needed.