Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-30 23:55:53 +05:00
parent a48967b3ce
commit 4a59f88990
8 changed files with 5 additions and 48 deletions

View file

@ -720,8 +720,6 @@ internal class TokenDetailsViewModel @Inject constructor(
}
override fun onRefreshSwipe(isRefreshing: Boolean) {
analyticsEventsHandler.send(TokenScreenAnalyticsEvent.Refreshed(cryptoCurrency.symbol))
internalUiState.value = stateFactory.getRefreshingState()
viewModelScope.launch(dispatchers.main) {