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 82efdce commit 3b6de24Copy full SHA for 3b6de24
app/src/main/java/to/bitkit/repositories/BackupsRepo.kt
@@ -244,7 +244,7 @@ class BackupsRepo @Inject constructor(
244
245
private suspend fun getBackupDataBytes(category: BackupCategory): ByteArray = when (category) {
246
BackupCategory.SETTINGS -> {
247
- val data = settingsStore.data.first()
+ val data = settingsStore.data.first().resetPin()
248
json.encodeToString(data).toByteArray()
249
}
250
0 commit comments