mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Simplification
This commit is contained in:
parent
e34dc686a0
commit
2e66d8c510
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue