Simplification

This commit is contained in:
M66B 2022-07-06 09:16:02 +02:00
parent e34dc686a0
commit 2e66d8c510
1 changed files with 1 additions and 1 deletions

View File

@ -2401,7 +2401,7 @@ public class HtmlHelper {
// https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
// https://developer.android.com/reference/android/webkit/WebSettings#setAlgorithmicDarkeningAllowed(boolean)
if (hasColorScheme(document, "dark"))
if (true || hasColorScheme(document, "dark"))
return;
document.head().appendElement("style").html(