From 161afde9128b9d16d16c31c24c81fc82a1ba37b7 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 18 Oct 2023 15:08:51 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../presentation/tokendetails/ui/TokenDetailsScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/TokenDetailsScreen.kt b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/TokenDetailsScreen.kt index 67f09871a1..cd601132db 100644 --- a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/TokenDetailsScreen.kt +++ b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/TokenDetailsScreen.kt @@ -92,7 +92,7 @@ internal fun TokenDetailsScreen(state: TokenDetailsState) { } items( items = state.notifications, - key = { it.config::class.java }, + key = { it::class.java }, contentType = { it.config::class.java }, itemContent = { Notification(