mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -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(),
|
itemTypeCounts = ReviewExportState.ItemTypeCounts(),
|
||||||
),
|
),
|
||||||
dialog = null,
|
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