Camera doesn't work after permission granted
Opened this issue ยท 4 comments
Mr-Saidov commented
Camera doesn't work after permission granted
tinkooladik commented
It works when I add this after granting permission:
qrView.visibility = View.GONE
qrView.visibility = View.VISIBLE
parthvora25 commented
Thank you for the solution.
basel93natour commented
@tinkooladik is there a reason why this is happening? by the way thanks for the solution.
akashsarkar188 commented
Thank you @tinkooladik ! Glad I tried this before implementing the ViewStub work around.