mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Fixed
This commit is contained in:
@@ -41,7 +41,7 @@ public class GapClient extends WebChromeClient {
|
||||
result.confirm();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
public void onExceededDatabaseQuota(String url, String databaseIdentifier, long currentQuota, long estimatedSize,
|
||||
long totalUsedQuota, WebStorage.QuotaUpdater quotaUpdater)
|
||||
{
|
||||
@@ -58,4 +58,5 @@ public class GapClient extends WebChromeClient {
|
||||
quotaUpdater.updateQuota(currentQuota);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user