Nwokocha Wisdom Maduabuchi

Results 6 comments of Nwokocha Wisdom Maduabuchi

To reproduce this error, go to this link https://docs.onflow.org/, click the tutorial dropdown, and click `Create Non-fungible-tokens (NFT)`

This depends on this task: https://github.com/onflow/flow/issues/1014

It was merged. check [transactio](https://github.com/onflow/fcl-js/tree/authentication)

To review check this PR: https://github.com/onflow/flow/pull/997

To review this task, check this PR https://github.com/onflow/fcl-js/pull/1316

Solution: private val PERMISSION_REQUEST_CODE = 100 fun checkPermission(): Boolean { val result = ContextCompat.checkSelfPermission( binding.root.context as Activity, android.Manifest.permission.RECORD_AUDIO ) return result == PackageManager.PERMISSION_GRANTED } fun requestPermission() { ActivityCompat.requestPermissions( binding.root.context as...