mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Prevent restart on import
This commit is contained in:
parent
4e846c4296
commit
e9f7bcc4ed
1 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,8 @@ public class FragmentOptionsBackup extends FragmentBase implements SharedPrefere
|
|||
"load_emoji", // privacy
|
||||
"shortcuts", // misc
|
||||
"language", // misc
|
||||
"wal" // misc
|
||||
"wal", // misc
|
||||
"sqlite_integrity_check" // misc
|
||||
));
|
||||
|
||||
static final String[][] RESET_ALL_OPTIONS = {
|
||||
|
|
Loading…
Reference in a new issue