-
Notifications
You must be signed in to change notification settings - Fork 2
🚀[Release v4.4.1] Merge into Main #54
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
🚀[Release v4.4.0] Merge into Develop
feat: new sync flow
Checks if Fragment is alive
…ls-issue-103 Techdebt/add currency symbols issue 103
-fixed the currency entity unwrap
- Using MOSHI lib - Redacted BRApiManager - Updated the Tests
…test fix: Currency entity and test fix
using cgpt bugfix
public void onDestroyView() { | ||
super.onDestroyView(); | ||
// Remove callbacks to prevent execution after the fragment is destroyed | ||
handler.removeCallbacks(popBackStackRunnable); |
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.
Thanks! @kcw-grunt
What is popBackStsckRunnable and completionRunnable?
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.
As I understand it this creates an async process so the fragment can be created
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.
Thank for the explanation! @kcw-grunt
Release notes