QRCodeReaderView icon indicating copy to clipboard operation
QRCodeReaderView copied to clipboard

Camera doesn't work after permission granted

Open Mr-Saidov opened this issue 6 years ago • 4 comments

Mr-Saidov avatar Jan 29 '19 09:01 Mr-Saidov

It works when I add this after granting permission:

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

tinkooladik avatar Mar 05 '19 10:03 tinkooladik

Thank you for the solution.

parthvora25 avatar Mar 16 '19 13:03 parthvora25

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

basel93natour avatar Dec 18 '19 02:12 basel93natour

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

akashsarkar188 avatar Nov 04 '21 20:11 akashsarkar188