Skip to content

Conversation

@maxvaljan
Copy link

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.

@maxvaljan maxvaljan requested review from a team as code owners October 27, 2025 20:40
@cla-assistant
Copy link

cla-assistant bot commented Oct 27, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

@maragues-stripe maragues-stripe left a 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.

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.

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.

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 {

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()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants