diff --git a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/factory/TokenDetailsRefreshStateConverter.kt b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/factory/TokenDetailsRefreshStateConverter.kt index 580f193c3f..1b2f4c7a6e 100644 --- a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/factory/TokenDetailsRefreshStateConverter.kt +++ b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/factory/TokenDetailsRefreshStateConverter.kt @@ -13,7 +13,7 @@ internal class TokenDetailsRefreshStateConverter( return state.createPullToRefresh(value) } - private fun TokenDetailsState.createPullToRefresh(value: Boolean): TokenDetailsState { + private fun TokenDetailsState.createPullToRefresh(isRefreshing: Boolean): TokenDetailsState { return copy(pullToRefreshConfig = pullToRefreshConfig.copy(isRefreshing = value)) } } \ No newline at end of file