-
-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] PlatformPayButton for Google Pay #1907
Comments
@jonasbark I think you fixed this behavior last week correct? |
I tried by importing via git and this still occurs. |
Any news on this? |
... adding fuel to the fire Steps to reproduce the behavior: Expected behavior +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ I/ViewRootImpl@9ab5fbMainActivity: ViewPostIme pointer 0 |
Please provide a minimal project where this is reproducible |
Hi Jonas, Thank you so much for looking into this! I really appreciate your time and effort. As requested, I’ve prepared a minimal project where the issue is reproducible. You can download it from the link below: minimal_project_using_gpay.zip In addition, I’ve also included some auxiliary files, such as logs and screenshots, to provide more context. Please feel free to reach out if you need any further details or if there's anything else I can assist with. I’m looking forward to your feedback and am hopeful that we can get this resolved soon! Thanks again, and have a great day! |
Any news on this? |
+1 |
According to the people at Google, "this is normal" ... |
Sorry for the confusion @carlos-alex As I wrote in the other issue I'm not sure if those two issues are really related. You should definitely not get an exception. However, the "visual glitch" is our loading animation and "normal". |
No worries, mate! I’m not sure if they’re related either, but at the time, it felt like they might be, as I mentioned in the other issue. Since no progress was made toward resolving the problem, I started exploring every possible angle. From my perspective, if an error shows up during development and isn’t addressed, it could turn into a major bug in production and potentially impact an entire project. That’s why I’m trying to get to the bottom of this and fix the issue. |
Describe the bug
When displaying the button for Google Pay, I get this error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors and the callback working, currently it doesn't even call the function i want it to.
Smartphone / tablet
Additional context
It's as if onPressed isn't called at all.
I am using Theme.AppCompat and Theme.MaterialComponents in styles.xml inside values and values-night folders.
The text was updated successfully, but these errors were encountered: