I'm trying to scan a qrcode, parse data, put this data into an intent and launch another activity. Everything works fine but when I press the back button to return in the scan activity, surfaceview is completely black. How do you suggest I can solve this? Thank you very much
I'm trying to scan a qrcode, parse data, put this data into an intent and launch another activity. Everything works fine but when I press the back button to return in the scan activity, surfaceview is completely black. How do you suggest I can solve this? Thank you very much
Here is my code