-
Notifications
You must be signed in to change notification settings - Fork 1
Replace CurrencyService direct access #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work 🎉 , thanks for the effort invested in this refactoring.
Added 1 comment concerning the stale data check
Pull request was converted to draft
ovitrif
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So much more confidence approving this PR even though it changes parts that are used everywhere throughout the app, all because of the critical unit tests for the conversion logic.
Thanks a lot for those and this refactor 🙇🏻
merging 🚀
cachedRates: List<FxRate> variable from CurrencyService to follow a single source of trueContinuation of #199