Skip to content
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

[Connect] Add analytics client and spec #9780

Merged
merged 21 commits into from
Jan 9, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove extra line
simond-stripe committed Jan 7, 2025
commit ce8f402b91c0c13086c0a2602e0c8ad6dfc29091
Original file line number Diff line number Diff line change
@@ -18,8 +18,7 @@ class AccountOnboardingView private constructor(
context: Context,
attrs: AttributeSet?,
defStyleAttr: Int,
webViewContainerBehavior:
StripeConnectWebViewContainerImpl<AccountOnboardingListener, AccountOnboardingProps>,
webViewContainerBehavior: StripeConnectWebViewContainerImpl<AccountOnboardingListener, AccountOnboardingProps>,
) : FrameLayout(context, attrs, defStyleAttr),
StripeConnectWebViewContainer<AccountOnboardingListener, AccountOnboardingProps> by webViewContainerBehavior {