BitTim / Valolink

A companion app for Valorant that builds on the foundational concepts of VexTrack but offers a lot of new features
GNU General Public License v3.0
1 stars 0 forks source link

Crash on offline API fetching #10

Closed BitTim closed 4 months ago

BitTim commented 5 months ago

Caching from the API happens on demand and crashes when no network connection is available. To fix this a few things need to happen:

I will elaborate on the particular approach I have chosen in the comments here

BitTim commented 4 months ago

I will crate a FullSyncWorker that will sync the entire API and all user data on startup and depending on the context also when the pull to refresh action from #9 gets executed