-
Notifications
You must be signed in to change notification settings - Fork 170
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
feat(dashpay): add more events #1316
Conversation
addedContact = addedContact || checkAndAddSentRequest(userId, contactRequest) | ||
addedContact = checkAndAddSentRequest(userId, contactRequest) || addedContact |
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.
if addedContact
was true, then other contacts requests would not be processed until the next time the his function was run (15 seconds later).
CI fails due to missing org.dashj:dashj-core:21.1.2 |
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.
Looks good. SendCoinsTaskRunner
might have some unnesesary code
|
||
FirebaseInstallations.getInstance().id.addOnCompleteListener { task -> | ||
firebaseInstallationId = if (task.isSuccessful) task.result else "" | ||
} |
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.
firebaseInstallationId
doesn't seem to be used anywhere?
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.
You are right, we don't need to specify this manually.
Issue being fixed or feature implemented
Related PR's and Dependencies
Screenshots / Videos
How Has This Been Tested?
Checklist: