Closed handhikadj closed 4 years ago
sorry my bad. problem's solved
@handhikadj How did you solve this? I am having a similar issue
@RutaleIvanPaul if I can recall, i fixed it to:
override fun onRequestPermissionsResult(requestCode: Int, permissions: Array<out String>, grantResults: IntArray) {
super.onRequestPermissionsResult(requestCode, permissions, grantResults)
EasyPermissions.onRequestPermissionsResult(requestCode, permissions, grantResults, this) // <-- the 'this' fixes
}
Basic Information
Device type: Samsung A20 OS version: 29 EasyPermissions version: 3.0.0
Describe the problem
I'm unable to do an action when permission prompts are allowed I need a workaround to do it
Code