Hide time zone in reply header

This commit is contained in:
M66B
2022-09-14 08:24:46 +02:00
parent ed781f0206
commit d59383be0e
4 changed files with 10 additions and 5 deletions

View File

@@ -657,7 +657,8 @@ public class ApplicationEx extends Application
else if (version < 1961) {
if (!prefs.contains("photo_picker"))
editor.putBoolean("photo_picker", true);
}
} else if (version < 1966)
editor.remove("hide_timezone");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");