mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Disabled fake dark by default
This commit is contained in:
@@ -389,7 +389,7 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
|
||||
if (WebViewFeature.ALGORITHMIC_DARKENING.equals(feature)) {
|
||||
if (BuildConfig.DEBUG) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
boolean fake_dark = prefs.getBoolean("fake_dark", true);
|
||||
boolean fake_dark = prefs.getBoolean("fake_dark", false);
|
||||
if (fake_dark)
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user