PinView icon indicating copy to clipboard operation
PinView copied to clipboard

Cannot assign to 'pinResults': the setter is public/*package*/ for synthetic extension in '<library Gradle: com.github.davidpizarro:pinview:1.0.0@aar>'

Open pwraxe opened this issue 4 years ago • 0 comments

trying override fun onVerificationCompleted(phoneAuthCredential: PhoneAuthCredential) { val code = phoneAuthCredential.smsCode if(code != null){ // set pin here automatically to pinView Box pinView.pinResults = code =======================> error goes here :( verifyCode(code) } }

pls help 😞

pwraxe avatar Jun 25 '20 03:06 pwraxe