GoogleFragment: Drop databaseEnabled setting from webview

Deprecated and will be soon removed from Android System WebView similar to Chrome

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-07-18 17:21:58 +07:00
parent e844023506
commit 58da7e14c3

View File

@@ -100,7 +100,6 @@ class GoogleFragment : BaseFragment<FragmentGoogleBinding>() {
settings.apply {
allowContentAccess = true
databaseEnabled = true
domStorageEnabled = true
javaScriptEnabled = true
cacheMode = WebSettings.LOAD_DEFAULT