CamView icon indicating copy to clipboard operation
CamView copied to clipboard

Bug with Dialogs

Open faogustavo opened this issue 10 years ago • 1 comments

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.

faogustavo avatar Dec 26 '15 01:12 faogustavo

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 ?

livotov avatar Dec 30 '15 07:12 livotov