Skip to content

Commit

Permalink
Update GalPlugin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Jul 30, 2023
1 parent e46b517 commit 1fab0c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void onMethodCall(@NonNull MethodCall call, @NonNull Result result) {
break;
}
case "requestAccess": {
if (HAS_ACCESS_BY_DEFAULT) {
if (hasAccess()) {
result.success(true);
return;
}
Expand Down

0 comments on commit 1fab0c1

Please sign in to comment.