mirror of
https://gitee.com/shuto/cordova-plugin-dbcopy.git
synced 2026-04-13 00:00:13 +08:00
Update sqlDB.java
This commit is contained in:
@@ -77,7 +77,7 @@ public class sqlDB extends CordovaPlugin {
|
||||
return true;
|
||||
} else if (action.equalsIgnoreCase("checkDbOnStorage")) {
|
||||
String db = args.getString(0);
|
||||
String src = args.getString(2);
|
||||
String src = args.getString(1);
|
||||
this.checkDbOnStorage(db, src, callbackContext);
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user