You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, guys! I have recently upgraded library from v1.1.2 to v2.0.0 (pay_android: 2.0.0, pay_ios: 1.0.11 and pay_platform_interface: 1.0.4, according to my pubspec.lock file) and spotted that height of Google Pay button is not the same as it was. After small investigation it turned out that, although I'm setting property's value to 120, its value is still equal to defaultButtonHeight, which is 48, and additional 120-48=72 are added below the button. What's weird, Apple Pay button is not affected by this issue:
Hey, guys! I have recently upgraded library from v1.1.2 to v2.0.0 (
pay_android: 2.0.0
,pay_ios: 1.0.11
andpay_platform_interface: 1.0.4
, according to my pubspec.lock file) and spotted that height of Google Pay button is not the same as it was. After small investigation it turned out that, although I'm setting property's value to 120, its value is still equal todefaultButtonHeight
, which is 48, and additional 120-48=72 are added below the button. What's weird, Apple Pay button is not affected by this issue:Here's part of my code:
I haven't found any issues in library's code yet. Any ideas?
The text was updated successfully, but these errors were encountered: