-
Notifications
You must be signed in to change notification settings - Fork 300
Fix account onboarding from PR 2087 #2187
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
base: master
Are you sure you want to change the base?
Conversation
maragues-stripe
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.
Thanks!
I reviewed the android files, some of which were written by me.
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.
Let's cleanup logs in this file. I don't think they are valuable.
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.
Let's cleanup all logs in this file, and the log function. I don't think they are valuable.
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.
Same. Please cleanup logs, unless @gimenete-stripe wants to keep some of them.
| promise: Promise, | ||
| ) { | ||
| getCurrentActivityOrResolveWithError(promise)?.let { activity -> | ||
| UiThreadUtil.runOnUiThread { |
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.
Does this whole block need to run on UI thread? Or maybe only accountOnboardingController.show()?
… on UI thread only
Follow-up to #2087 addressing Guido's review comments by removing the unused AccountOnboarding client secret wiring across TS, iOS, Android, and the example app.