dlazaro66/QRCodeReaderView

Camera doesn't work after permission granted

Opened this issue ยท 4 comments

Camera doesn't work after permission granted

It works when I add this after granting permission:

qrView.visibility = View.GONE
qrView.visibility = View.VISIBLE

Thank you for the solution.

@tinkooladik is there a reason why this is happening? by the way thanks for the solution.

Thank you @tinkooladik ! Glad I tried this before implementing the ViewStub work around.