mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 10:03:51 +02:00
Skip importing unset
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user