razorpay / razorpay-flutter

Razorpay Flutter Plugin
MIT License
106 stars 149 forks source link

When Opening a razorpay payment screen receiving alert on the log and everything is working fine, but some time device is crashing after successful completion of payment #275

Open amandwivedi07 opened 2 years ago

amandwivedi07 commented 2 years ago

Please provide all the information requested. Issues that do not follow this format are likely to stall.

Description

When Opening a Razorpay payment screen receiving alert on the log and everything is working fine, but some time device is crashing after the successful completion of the payment

Flutter Version :

flutter version: 3.3.4

Error receiving on log....

Activity com.razorpay.CheckoutActivity has leaked IntentReceiver com.razorpay.O$v$@521d57b that was originally registered here. Are you missing a call to unregisterReceiver()? E/ActivityThread(10667): android.app.IntentReceiverLeaked: Activity com.razorpay.CheckoutActivity has leaked IntentReceiver com.razorpay.O$v$@521d57b that was originally registered here. Are you missing a call to unregisterReceiver()?

Expected Results

Describe what you expected to happen.

Snack, code example, screenshot, or link to a repository:

Please provide a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve

vivekshindhe commented 2 years ago

@amandwivedi07 The error that you posted here is likely not the reason for the crash. Do you see any other logs?