Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-11 11:04:59 +02:00
parent d398f4fec9
commit c14158ff0f

View file

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