Douglas H. Maciel
Douglas H. Maciel
This MR prevents the crash where, in some cases, the lateinit variable is null when onActivityResult is called. To prevent it, it was changed from lateinit to a nullable variable,...
We have a crash registered on our Crashlytics related to an issue in the Pay library. It's calling the result more than once, resulting in a crash from the lib....
We are facing a problem with the library related to Google Pay, the app crashes if the DataResult object (callback) is called more than one time per instance. ![Screenshot 2024-09-04...