flutter-plugin icon indicating copy to clipboard operation
flutter-plugin copied to clipboard

Fixes the error where DataResult is called multiple times

Open dhmaciel opened this issue 5 months ago • 0 comments

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. Testing on the library, I was able to reproduce it: image

20240903_190431_113635 The solution was to prevent calls for dataResult callback more than one time per instance.

dhmaciel avatar Sep 04 '24 18:09 dhmaciel