mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Fix WebSQL for Android 4.0.2.
This commit is contained in:
@@ -1029,8 +1029,6 @@ module.exports = {
|
||||
}
|
||||
|
||||
if (db === null) {
|
||||
// TOOD: this is wrong
|
||||
setupDroidDB();
|
||||
return storage.openDatabase(name, version, desc, size);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user