Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-23 10:58:26 +04:00
parent e6655aa40d
commit e13cce2cf8
3 changed files with 73 additions and 39 deletions

View file

@ -212,6 +212,7 @@ internal class MainViewModel @Inject constructor(
override fun onDismissBottomSheet() {
listenToFlipsUseCase.changeUpdateEnabled(true)
router.pop()
stateHolder.updateWithoutModalNotification()
stateHolder.updateWithHiddenBalancesToast(true)
}