Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-05 20:58:57 +01:00
parent 7740d6f453
commit 98e7136b42
5 changed files with 33 additions and 4 deletions

View file

@ -146,7 +146,7 @@ private fun ColumnScope.Content(state: MarketsListUM, modifier: Modifier = Modif
state.list !is ListUM.LoadingError && state.isInSearchMode.not() &&
state.selectedSortBy != SortByTypeUM.YieldSupply,
) {
val wrappedNotification = remember(this) { state.marketsNotificationUM }
val wrappedNotification = remember(state.list) { state.marketsNotificationUM }
val showMore = stringResourceSafe(R.string.common_show_more)
when (wrappedNotification) {