mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Algorithmic darkening requires WebView 102.*
This commit is contained in:
@@ -1985,7 +1985,7 @@ public class Log {
|
||||
"normal".equals(uiType) ? "" : "!!!"));
|
||||
|
||||
sb.append(String.format("Darken support: %b\r\n",
|
||||
WebViewEx.isFeatureSupported(WebViewFeature.ALGORITHMIC_DARKENING)));
|
||||
WebViewEx.isFeatureSupported(context, WebViewFeature.ALGORITHMIC_DARKENING)));
|
||||
|
||||
sb.append("\r\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user