Added remark about QR codes

This commit is contained in:
M66B
2024-06-12 11:17:31 +02:00
parent 7d316275f6
commit a3024bc3ea
2 changed files with 6 additions and 2 deletions

View File

@@ -877,6 +877,9 @@ public class ApplicationEx extends Application
} else if (version < 2197) {
if (!prefs.contains("overview_mode"))
editor.putBoolean("overview_mode", false);
} else if (version < 2201) {
if ("a".equals(BuildConfig.REVISION))
editor.remove("reformatted_hint");
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)