mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-22 08:01:50 +01:00
Filter out empty source preferences when creating backups
This commit is contained in:
parent
a1e84911be
commit
32c3269291
@ -37,6 +37,7 @@ class PreferenceBackupCreator(
|
|||||||
.withPrivatePreferences(includePrivatePreferences),
|
.withPrivatePreferences(includePrivatePreferences),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
.filter { it.prefs.isNotEmpty() }
|
||||||
}
|
}
|
||||||
|
|
||||||
@Suppress("UNCHECKED_CAST")
|
@Suppress("UNCHECKED_CAST")
|
||||||
|
Loading…
Reference in New Issue
Block a user