mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-06 11:39:49 +00:00
Skip importing unset
This commit is contained in:
parent
7e8c69fa70
commit
7ce3e81c1f
1 changed files with 2 additions and 0 deletions
|
@ -1158,6 +1158,8 @@ public class FragmentOptionsBackup extends FragmentBase implements SharedPrefere
|
|||
|
||||
if (key != null && key.startsWith("widget."))
|
||||
continue;
|
||||
if (key != null && key.startsWith("unset."))
|
||||
continue;
|
||||
|
||||
if ("external_search".equals(key)) {
|
||||
boolean external_search = jsetting.getBoolean("value");
|
||||
|
|
Loading…
Add table
Reference in a new issue