Forward new disabled by default for new installs

This commit is contained in:
M66B
2024-06-04 13:22:22 +02:00
parent 0fab872702
commit b55b787471
4 changed files with 7 additions and 4 deletions

View File

@@ -870,6 +870,9 @@ public class ApplicationEx extends Application
} else if (version < 2191) {
if ("a".equals(BuildConfig.REVISION))
editor.remove("show_changelog");
} else if (version < 2196) {
if (!prefs.contains("forward_new"))
editor.putBoolean("forward_new", true);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)