Till Hellmund
Till Hellmund
I tried this on a colleague’s phone (Xiaomi Redmi A1) and wasn’t able to reproduce your issue. Can you provide a full code snippet of how you construct `PaymentSheet.Appearance`?
Hmm, nothing wrong there. And just to confirm, do you see the same issue when you run [our sample app](https://github.com/stripe/stripe-android/tree/master/paymentsheet-example) on a Xiaomi device?
Automatically committed the updated screenshots.
Hi @kit0kat 👋 Able to reproduce. I’ll try to have a fix out in the release next week.
Hi @grepx 👋 Thanks for reporting this issue, and for the detailed description. I’m able to reproduce the crash. I’ll look into a solution for `BottomSheetDialog`. In the meantime, is...
Hi @dabluck 👋 Thanks for reporting this and double-thanks for providing a sample for reproducing the issue 🙏 We’ll have a look into that issue and let you know what...
@dmengelt This seems to be a Google Pay issue. Can you take a look?
Hi @kit0kat 👋 Yep, that doesn’t look right. I reached out to the folks that built this screen. We apparently use this custom logic to make sure that the button...
@ccen-stripe, can you help out here?
Hi @dorianpavetic 👋 Thanks for reaching out to us! The `CreateIntentCallback` is invoked in a coroutine and shouldn’t be blocking the UI. Additionally, we’re displaying a loading indicator in the...