Skip to content

Instantly share code, notes, and snippets.

@aligkts
Created June 16, 2019 11:02
Show Gist options
  • Save aligkts/14da55b20ea02754edcc38ce876928d3 to your computer and use it in GitHub Desktop.
Save aligkts/14da55b20ea02754edcc38ce876928d3 to your computer and use it in GitHub Desktop.
override fun onRequestPermissionsResult(requestCode: Int, permissions: Array<String>, grantResults: IntArray) {
super.onRequestPermissionsResult(requestCode, permissions, grantResults)
camera_view.onRequestPermissionsResult(requestCode, permissions, grantResults)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment