Skip to content

Commit

Permalink
Update paymentsheet/src/main/java/com/stripe/android/paymentsheet/Pay…
Browse files Browse the repository at this point in the history
…mentSheetActivity.kt

Co-authored-by: Bruno R. Nunes <[email protected]>
  • Loading branch information
michelleb-stripe and brnunes-stripe authored Feb 8, 2022
1 parent fb1bb27 commit 57607bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ internal class PaymentSheetActivity : BaseSheetActivity<PaymentSheetResult>() {
)

if (!viewModel.maybeFetchStripeIntent()) {
// The buy btton needs to be made visible since it is gone in the xml
// The buy button needs to be made visible since it is gone in the xml
buttonContainer.isVisible = true
viewBinding.buyButton.isVisible = true
}
Expand Down

0 comments on commit 57607bd

Please sign in to comment.