Skip to content

Commit

Permalink
Fix portfolio asset add snackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrlzy committed Nov 24, 2024
1 parent d870fe7 commit 4f1d051
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class PortfolioViewModel(
intent {
initPages()

AppSharedFlow.ShowAddedSnackbarQuick.flow.onEach { visuals ->
AppSharedFlow.ShowAddedSnackbarPortfolio.flow.onEach { visuals ->
postSideEffect(PortfolioScreenEffect.ShowSnackbarAdded(visuals))
}.launchIn(viewModelScope)

Expand Down

0 comments on commit 4f1d051

Please sign in to comment.