Skip importing unset

This commit is contained in:
M66B 2023-09-09 09:59:37 +02:00
parent 7e8c69fa70
commit 7ce3e81c1f
1 changed files with 2 additions and 0 deletions

View File

@ -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");