mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 23:15:09 +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),
|
||||
)
|
||||
}
|
||||
.filter { it.prefs.isNotEmpty() }
|
||||
}
|
||||
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
|
Loading…
Reference in New Issue
Block a user