Skip to content

Commit 6914109

Browse files
authored
1 parent 0f5e784 commit 6914109

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
@@ -64,7 +64,7 @@ It should pretty much be a drop in replacement for CodeScanner. If you need to
6464
do not change this line to QRScanner:
6565

6666
```java
67-
if (CodeScanner.getInstance() != null) {
67+
if (CodeScanner.isSupported()) {
6868
QRScanner.scanQRCode(myScanResult);
6969
} else {
7070
Dialog.show("Not Supported","QR Code Scanning is not available on this device","OK",null);

0 commit comments

Comments
 (0)