You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Hey,
Like in the title what is the exact purpose of it? If you can set IsRefreshing to true you can probably just fire the task instead of that. I was pulling my hairs out, because I didn't know that and it caused me so much issue because I had IsRefreshing to true on other commands not only the refresh one which in my case replaces the list with a new one from api. And the other tasks updated one property of one item in the list which was messed up because of that.
My question is shouldn't it only do visualization? If not, what is purpose of it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
Like in the title what is the exact purpose of it? If you can set IsRefreshing to true you can probably just fire the task instead of that. I was pulling my hairs out, because I didn't know that and it caused me so much issue because I had IsRefreshing to true on other commands not only the refresh one which in my case replaces the list with a new one from api. And the other tasks updated one property of one item in the list which was messed up because of that.
My question is shouldn't it only do visualization? If not, what is purpose of it?
Beta Was this translation helpful? Give feedback.
All reactions