CamView
CamView copied to clipboard
Bug with Dialogs
Hello, I'm developing an application that need something like an "authentication" with the QRCode. It works fine with activities but when I use it with dialogs, after 5~6 times that I open the dialog I got OutOfMemoryError. I tried to use cancel from dialogs to "release" the memory but doesnt work. It also makes a transparent background when used on dialogs.
Hi ! Do you use dialog fragments ? Could you please paste here some code snippet(s) so I can take a look how you invoke CamView from a dialog ?