<https://twitter.com/droidconBerlin/status/1676939...
# confetti
a
j
I updated it earlier for some other new talk
can do it again now if this one isn't there
yeah, seems to be there....can you do a refresh and check
This message contains interactive elements.
this is the one?
a
Oh nice, missed that. Thanks!
j
yeah, you have to know to pull to refresh etc (or should get updates on fresh start I think as well)
someday hopefully we can get async updates!
@mbonnin wonder if it's worth setting up some kind of backend cron type job to refresh data....
a
Oh, pull to refresh doesn't work if you swipe to the very top and until the overscroll animation finishes. I thought there was no pull to refresh.
Perhaps a Compose issue.
j
ah, interesting
m
wonder if it's worth setting up some kind of backend cron type job to refresh data
Yea, would be nice to automate this. Didn't want to do it initially cause I was a bit afraid of breaking everything without even noticing it but I guess we can do it.
We need a backup strategy though in case things go really wrong and delete some data. The Cloud Data store data is the only place where the data is stored and this doesn't have versioning
Not sure how real backend people do it 😄