Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
revert obsolete workaround. Fixes delayed error.
Browse files Browse the repository at this point in the history
  • Loading branch information
timwindsor committed Sep 16, 2015
1 parent 0632e34 commit b8f2fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blackberry10/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
if (handle !== null) {
var values = { group: group, handle: handle };
barcodescanner.getInstance().startRead(result.callbackId, values);
// result.noResult(true); // calls the error handler for some reason
result.noResult(true);
} else {
result.error("Failed to find window handle", false);
}
Expand Down

0 comments on commit b8f2fa5

Please sign in to comment.