Skip to content

Commit

Permalink
set button to clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Sep 13, 2023
1 parent 6113a78 commit ce8e18d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class StripeSdkGooglePayButtonPlatformView(
googlePayButtonManager.type(payButton, creationParams["type"] as Int)
}
payButton.initialize()
payButton.isClickable=true
payButton.getChildAt(0).setOnClickListener {
channel.invokeMethod("onPressed", null)
}
Expand Down

0 comments on commit ce8e18d

Please sign in to comment.