Skip to content

Release 1.0.2

Compare
Choose a tag to compare
@wellingtoncabral wellingtoncabral released this 10 Feb 16:53
· 4 commits to main since this release
18d05dc

Returning the permission list when they were granted

private val easyPermission = registerForPermissionsResult {
    whenPermissionGranted { permissions ->
        showPermissionsGranted(permissions)
    }
    ...
}