更新 src/android/cordova/plugin/redScanner/RedScanner.java

This commit is contained in:
2025-07-01 11:07:40 +08:00
parent 4eac6f503f
commit 1cfaf98fd0

View File

@@ -20,7 +20,7 @@ public class RedScanner extends CordovaPlugin implements DecodeInfoCallBack, Sta
private CallbackContext cb;
private Scanner scanner;
private boolean isOpen = false;
private boolean notSupported = true;
private boolean notSupported = false;
@Override