更新 src/android/cordova/plugin/uhf/UHF.java
This commit is contained in:
@@ -22,7 +22,7 @@ public class UHF extends CordovaPlugin {
|
||||
private CallbackContext inveCallbackContext;
|
||||
private static SoundPool soundPool;
|
||||
private static int soundID;
|
||||
private boolean notSupported = true;
|
||||
private boolean notSupported = false;
|
||||
|
||||
private int getRawResourceId(String resourceName) {
|
||||
Context context = cordova.getActivity().getApplicationContext();
|
||||
|
||||
Reference in New Issue
Block a user