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 #121 from ben-j69/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
braebot committed Feb 29, 2016
2 parents dbbdbdc + 70e62af commit 7ddac2b
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 7ddac2b

Please sign in to comment.