opensrp / fhircore

FHIR Core / OpenSRP 2 is a Kotlin application for delivering offline-capable, mobile-first healthcare project implementations from local community to national and international scale using FHIR and WHO Smart Guidelines on Android.
https://opensrp.io
Apache License 2.0
58 stars 59 forks source link

Register page and Navigation drawer not refreshing data after initial sync #3615

Closed ndegwamartin closed 1 week ago

ndegwamartin commented 1 week ago

Describe the bug Register page and Navigation drawer not refreshing data after initial sync

To Reproduce Steps to reproduce the behavior:

  1. Fresh install
  2. Login and sync data

Expected behavior On completion of initial sync data should refresh on home register. The nav drawer should have the counts updated as well.

ndegwamartin commented 1 week ago

For this appears the SDK's CurrentSyncStatus.Succeeded status event is no longer being emitted on completion. Troubleshooting further.