Skip to content

Commit

Permalink
fix(geolocation): Make getCurrentPosition return only once (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jun 14, 2021
1 parent f6ca18a commit c5f1ceb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private void getPosition(PluginCall call) {
implementation.sendLocation(
enableHighAccuracy,
timeout,
false,
true,
new LocationResultCallback() {
@Override
public void success(Location location) {
Expand Down

0 comments on commit c5f1ceb

Please sign in to comment.