nackko / herdr

Herdr is a privacy conscious multiplatform mobile data collector
GNU Lesser General Public License v3.0
16 stars 3 forks source link

Android - Upload worker fails with exception #21

Closed nackko closed 4 years ago

nackko commented 4 years ago

Repositories construction for analytics and geolocation periodic uploads sometimes fails to be built by Koin because the running context is in the background. Moko mvvn MutableLiveData seems to be calling setValue, which is forbidden on background thread on the Android platform.