Skip to content

Commit

Permalink
remove duplicate launched effect (introduced with all the merging goi…
Browse files Browse the repository at this point in the history
…ng on) (#2003)
  • Loading branch information
mtgriego authored Apr 2, 2024
1 parent 7336ab1 commit cc0b55f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -561,12 +561,6 @@ class ProjectPageActivity :
val userEmail = latePledgeCheckoutUIState.userEmail
val checkoutLoading = latePledgeCheckoutUIState.isLoading

LaunchedEffect(Unit) {
latePledgeCheckoutViewModel.clientSecretForNewPaymentMethod.collect {
flowControllerPresentPaymentOption(it)
}
}

LaunchedEffect(Unit) {
latePledgeCheckoutViewModel.paymentRequiresAction.collect {
stripeNextAction(it)
Expand Down

0 comments on commit cc0b55f

Please sign in to comment.