Closed ziem closed 1 year ago
@ziem Thanks for sharing.
Thanks for the fix share. I'll adjust the sample (probably over the week-end) before closing this issue.
I just noticed these issues are from 2019 <slaps-wrists/>
hopefully that problem was fixed a while back, but I'll still double check it.
Hello! When I was doing your course I found this issue. When you try to go back from the
AddEditTaskActivity
using back button you are constantly redirected to theAddEditTaskActivity
. This happens because the task state is never changed toClosed
, it's still in theEditing
state and whenTasksActivity
resubscribes it opensAddEditTaskActivity
again.This is how I fixed it: