You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In resetProviderCardView() (called by initCamera()), crash if R.id.scannerProviderStatusCard does not exist. As it does not appear to be an essential UI element, add a null->return check to ensure this view is optional.
The text was updated successfully, but these errors were encountered:
In
resetProviderCardView()
(called byinitCamera()
), crash ifR.id.scannerProviderStatusCard
does not exist. As it does not appear to be an essential UI element, add a null->return check to ensure this view is optional.The text was updated successfully, but these errors were encountered: