We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caaa6d commit 9828586Copy full SHA for 9828586
app/src/main/java/org/schabi/newpipe/settings/export/ImportExportManager.kt
@@ -75,9 +75,9 @@ class ImportExportManager(private val fileLocator: BackupFileLocator) {
75
*/
76
fun extractDb(file: StoredFileHelper): Boolean {
77
val success = ZipHelper.extractFileFromZip(
78
- file,
79
- BackupFileLocator.FILE_NAME_DB,
80
- fileLocator.db.path,
+ file,
+ BackupFileLocator.FILE_NAME_DB,
+ fileLocator.db.path,
81
)
82
83
if (success) {
0 commit comments