Skip to content

Commit

Permalink
fix override params of onRequestPermissionResult
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdyrod committed Dec 19, 2024
1 parent ce1d927 commit b5fbb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form/src/main/java/org/dhis2/form/ui/FormView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class FormView : Fragment() {

override fun onRequestPermissionsResult(
requestCode: Int,
permissions: Array<String?>,
permissions: Array<out String>,
grantResults: IntArray,
) {
if (grantResults[0] == PackageManager.PERMISSION_GRANTED) {
Expand Down

0 comments on commit b5fbb55

Please sign in to comment.