Skip to content

Commit 7055f47

Browse files
Export Nimbus DB when copying databases
1 parent f7f4188 commit 7055f47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

firefox-ios/Client/Frontend/Settings/Main/Debug/ExportBrowserDataSetting.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ class ExportBrowserDataSetting: HiddenSetting {
2222
fromRelativeDirectory: "",
2323
toAbsoluteDirectory: documentsPath
2424
) { file in
25-
return file.hasPrefix("browser.") || file.hasPrefix("logins.") || file.hasPrefix("metadata.")
25+
return file.hasPrefix("browser.")
26+
|| file.hasPrefix("logins.")
27+
|| file.hasPrefix("metadata.")
28+
|| file.hasPrefix("nimbus.")
2629
}
2730
} catch {}
2831
}

0 commit comments

Comments
 (0)