Updated on 2026-08-14
This commit is contained in:
parent
7740d6f453
commit
98e7136b42
5 changed files with 33 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue