mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
Skip importing TCP keep alive option
This commit is contained in:
@@ -1136,6 +1136,9 @@ public class FragmentOptionsBackup extends FragmentBase implements SharedPrefere
|
||||
Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
|
||||
continue;
|
||||
|
||||
if ("tcp_keep_alive".equals(key))
|
||||
continue;
|
||||
|
||||
// Prevent restart
|
||||
if ("secure".equals(key) ||
|
||||
"load_emoji".equals(key) ||
|
||||
|
||||
Reference in New Issue
Block a user