Use FAQ to explain removal of algorithmic darkening

This commit is contained in:
M66B
2022-07-06 13:07:08 +02:00
parent 0ec3d3fc15
commit 02e8419084
3 changed files with 11 additions and 9 deletions

View File

@@ -635,7 +635,7 @@ public class ApplicationEx extends Application
if (!prefs.contains("auto_identity"))
editor.putBoolean("auto_identity", true);
} else if (version < 1931)
editor.remove("fake_dark");
editor.remove("button_force_light").remove("fake_dark");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");