You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the sync status progress bar in core so that the functionality can be reused in different projects.
The implementation currently exists in CHW opensrp/opensrp-client-chw-core#452 and Reveal opensrp/opensrp-client-reveal#778 hence the motivation to have the core functionality reusable to avoid duplication
For this implementation:
Define a common contract
Add a default sync status progress bar layout
Add a base NavDrawerMenu View class
Extract and provide default implementations
The text was updated successfully, but these errors were encountered:
Add the sync status progress bar in core so that the functionality can be reused in different projects.
The implementation currently exists in CHW opensrp/opensrp-client-chw-core#452 and Reveal opensrp/opensrp-client-reveal#778 hence the motivation to have the core functionality reusable to avoid duplication
For this implementation:
The text was updated successfully, but these errors were encountered: