Committed by
GitHub
Merge branch 'master' into fix_start_error_handling
Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -90,7 +90,6 @@ class MobileScanner( | @@ -90,7 +90,6 @@ class MobileScanner( | ||
| 90 | } | 90 | } |
| 91 | 91 | ||
| 92 | pendingPermissionResult = result | 92 | pendingPermissionResult = result |
| 93 | - | ||
| 94 | val permissions = arrayOf(Manifest.permission.CAMERA) | 93 | val permissions = arrayOf(Manifest.permission.CAMERA) |
| 95 | ActivityCompat.requestPermissions(activity, permissions, REQUEST_CODE) | 94 | ActivityCompat.requestPermissions(activity, permissions, REQUEST_CODE) |
| 96 | } | 95 | } |
-
Please register or login to post a comment