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