Skip to content

Commit 02f92e8

Browse files
committed
refactor: (android) override onRequestPermissionsResult
1 parent 543fff4 commit 02f92e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/android/Geolocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public boolean execute(String action, JSONArray args, CallbackContext callbackCo
7070
}
7171

7272

73-
public void onRequestPermissionResult(int requestCode, String[] permissions,
73+
public void onRequestPermissionsResult(int requestCode, String[] permissions,
7474
int[] grantResults) throws JSONException
7575
{
7676
PluginResult result;

0 commit comments

Comments
 (0)