Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/cancel-handler' into mas…
Browse files Browse the repository at this point in the history
…ter_personal
  • Loading branch information
Lindsay-Needs-Sleep committed Aug 19, 2019
2 parents d3f4265 + f59280c commit 23aa33e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/ConnectSDKCordova.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ public void onPickDevice(ConnectableDevice device) {

@Override
public void onPickDeviceFailed(boolean canceled) {
callbackContext.error(canceled ? "" : "Error picking device");
}
});
picker.showPicker();
Expand Down

0 comments on commit 23aa33e

Please sign in to comment.