mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -06:00
little clean up on ReviewExportViewModel
This commit is contained in:
parent
f0ffbc8556
commit
4ff2f8163a
@ -59,7 +59,7 @@ class ReviewExportViewModel @Inject constructor(
|
||||
itemTypeCounts = ReviewExportState.ItemTypeCounts(),
|
||||
),
|
||||
dialog = null,
|
||||
hasOtherAccounts = (authRepository.userStateFlow.value?.accounts?.size ?: 0) > 1,
|
||||
hasOtherAccounts = authRepository.userStateFlow.value?.accounts.orEmpty().size > 1,
|
||||
),
|
||||
) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user