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
@canelmas I tried with kotlin on android 7.1.2. But its not asking for permission. Please do check. Its a very good library. It works fine with JAVA. Please solve the issues.
I am currently using this library in an activity written in kotlin. I think it is not taking annotations
@AskPermission(Manifest.permission.READ_SMS) private fun checkSMSPermission() { permissionListener?.permissionGranted() // this method is called }
It is calling listener but not checking for permissions. Is this library not compatible with kotlin?
The text was updated successfully, but these errors were encountered: