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

Commit 7ddac2b

Browse files
committed
Merge pull request #121 from ben-j69/patch-1
Update README.md
2 parents dbbdbdc + 70e62af commit 7ddac2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
144144
resultDisplayStr = "Scan was canceled.";
145145
}
146146
// do something with resultDisplayStr, maybe display it in a textView
147-
// resultTextView.setText(resultStr);
147+
// resultTextView.setText(resultDisplayStr);
148148
}
149149
// else handle other activity results
150150
}

0 commit comments

Comments
 (0)