mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 13:52:07 -05:00
WIP
This commit is contained in:
@@ -78,6 +78,7 @@ class VaultItemViewModel @Inject constructor(
|
||||
vaultItemId = args.vaultItemId,
|
||||
cipherType = args.cipherType,
|
||||
viewState = VaultItemState.ViewState.Loading,
|
||||
totpCodeItemData = null,
|
||||
dialog = null,
|
||||
baseIconUrl = environmentRepository.environment.environmentUrlData.baseIconUrl,
|
||||
isIconLoadingDisabled = settingsRepository.isIconLoadingDisabled,
|
||||
@@ -101,7 +102,6 @@ class VaultItemViewModel @Inject constructor(
|
||||
combine(
|
||||
vaultRepository.getVaultItemStateFlow(state.vaultItemId),
|
||||
authRepository.userStateFlow,
|
||||
vaultRepository.getAuthCodeFlow(state.vaultItemId),
|
||||
vaultRepository.collectionsStateFlow,
|
||||
vaultRepository.foldersStateFlow,
|
||||
) { cipherViewState, userState, collectionsState, folderState ->
|
||||
|
||||
Reference in New Issue
Block a user