mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Experimental NOTIFY support (RFC 5465)
This commit is contained in:
@@ -388,6 +388,8 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
|
||||
editor.remove("tcp_keep_alive");
|
||||
else if (version < 1407)
|
||||
editor.remove("print_html_confirmed");
|
||||
else if (version < 1413)
|
||||
editor.remove("experiments");
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
editor.remove("background_service");
|
||||
|
||||
Reference in New Issue
Block a user