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 8e7ec7a commit cce9befCopy full SHA for cce9bef
app/src/main/java/com/x8bit/bitwarden/data/vault/repository/VaultRepositoryImpl.kt
@@ -1352,11 +1352,11 @@ class VaultRepositoryImpl(
1352
if (serverRevisionDate < lastSyncTimeMs) {
1353
// We can skip the actual sync call if there is no new data or
1354
// database scheme changes since the last sync.
1355
- vaultDiskSource.resyncVaultData(userId = userId)
1356
settingsDiskSource.storeLastSyncTime(
1357
userId = userId,
1358
lastSyncTime = clock.instant(),
1359
)
+ vaultDiskSource.resyncVaultData(userId = userId)
1360
val itemsAvailable = vaultDiskSource
1361
.getCiphers(userId)
1362
.firstOrNull()
0 commit comments