Till Hellmund

Results 51 comments of Till Hellmund

Looking into this some more, it could be due to the Java interop and the usage of `Thread.sleep()` in the coroutine. Since `Thread.sleep()` is not suspending but blocking, it will...

Thanks for sharing the recording! Thinking more about this today: Instead of the SDK dispatching work onto a background thread, it might make more sense to ask the SDK consumer...

Hi @MoustafaElsaghier 👋 Can you provide a small sample application for us to reproduce the issue?

Can you share a code snippet of what’s happening in your `Application` class?

I took a closer look at what’s happening in our `PaymentConfiguration.init()`, and we’re actually causing a `DiskReadViolation` by accessing `SharedPreferences`. If you want to prevent the ANR issues for now,...

Hi @Kppro 👋 I see an item in our internal issue tracker about catching up with iOS on this. I’m not sure why we didn’t implement it at the same...

Hi @tonyliu02 👋 We’re no longer actively working on `ShippingInfoWidget` and recommend integrating with the [Address Element](https://stripe.com/docs/elements/address-element/collect-addresses?platform=android). Would this integration work for your use case?

That makes sense to me. I’ll bring this up with my team and will update you here if there’s any progress on adding field validation and the ability to integrate...