Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #48 from priteshshah1983/master
Browse files Browse the repository at this point in the history
Fixed typo in sample code.
  • Loading branch information
braebot committed Mar 16, 2015
2 parents e39da0f + 0731a78 commit 86d9569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
resultDisplayStr = "Scan was canceled.";
}
// do something with resultDisplayStr, maybe display it in a textView
// resultTextView.setText(resultStr);
// resultTextView.setText(resultDisplayStr);
}
// else handle other activity results
}
Expand Down

0 comments on commit 86d9569

Please sign in to comment.