Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-livefront committed Feb 26, 2025
1 parent b40b39e commit b5a85c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ class FirstTimeActionManagerImpl @Inject constructor(
flow = this,
flow2 = vaultDiskSource.getCiphers(activeUserId),
) { currentValue, ciphers ->
(currentValue) && ciphers.none { it.login != null }
currentValue && ciphers.none { it.login != null }
}
}
.distinctUntilChanged()
Expand Down

0 comments on commit b5a85c4

Please sign in to comment.