Skip to content

Commit

Permalink
fix: result callback
Browse files Browse the repository at this point in the history
  • Loading branch information
danilocubos committed Nov 29, 2020
1 parent e46ddf9 commit f8c4be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void requestPermission(

// Before Android M, requesting permissions was not needed.
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) {
this.resultCallback.onResult(LocationPermission.always);
resultCallback.onResult(LocationPermission.always);
return;
}

Expand Down

0 comments on commit f8c4be4

Please sign in to comment.