mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Hide time zone in reply header
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user