Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-20 17:05:55 +03:00
parent 21efbdc267
commit ba36b7d26d

View file

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