Skip to content

Commit

Permalink
Fix savedStateHandle test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
toluo-stripe committed Jan 7, 2025
1 parent 2ff01f2 commit 20e039d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ internal class LinkActivityViewModel @Inject constructor(
.configuration(args.configuration)
.publishableKeyProvider { args.publishableKey }
.stripeAccountIdProvider { args.stripeAccountId }
.savedStateHandle(handle)
.context(app)
.build()
.viewModel
Expand Down

0 comments on commit 20e039d

Please sign in to comment.