Updated on 2026-08-14
This commit is contained in:
parent
0d636794d3
commit
894958995e
1 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ internal class MainViewModel @Inject constructor(
|
|||
override fun onHiddenBalanceNotificationAction(isPermanent: Boolean) {
|
||||
onDismissBottomSheet()
|
||||
|
||||
stateHolder.updateWithHiddenBalancesToast(true)
|
||||
if (isPermanent) {
|
||||
viewModelScope.launch {
|
||||
updateBalanceHidingSettingsUseCase.invoke {
|
||||
|
|
@ -123,5 +124,6 @@ internal class MainViewModel @Inject constructor(
|
|||
|
||||
override fun onDismissBottomSheet() {
|
||||
stateHolder.updateWithoutModalNotification()
|
||||
stateHolder.updateWithHiddenBalancesToast(true)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue