]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/fragments/DomainSettingsFragment.kt
Enable WebView algorithmic darkening on API 24-28. https://redmine.stoutner.com...
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / fragments / DomainSettingsFragment.kt
index ee7bc883c93235af9d54f8709d753fd05fd6cd7b..2687adc7870878c98243f2fae72555364c2c8eef 100644 (file)
@@ -269,10 +269,6 @@ class DomainSettingsFragment : Fragment() {
         if (Build.VERSION.SDK_INT >= 26)
             formDataLinearLayout.visibility = View.GONE
 
-        // Hide the WebView theme linear layout if the API < 29.
-        if (Build.VERSION.SDK_INT < 29)
-            webViewThemeLinearLayout.visibility = View.GONE
-
         // Initialize the database handler.
         val domainsDatabaseHelper = DomainsDatabaseHelper(requireContext())