siiruli / bussit-flutter

A routing app for the HSL area
4 stars 0 forks source link

Don't poll queries when app is in background #1

Closed ollpu closed 1 year ago

ollpu commented 1 year ago

Implemented via a wrapper to graphql-flutter useWatchQuery. Listens to AppLifecycleState changes, and stops/resumes polling appropriately.

Currently this will re-issue the query immediately when resuming, even if the poll interval hadn't passed in between.