Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-17 20:07:31 +05:00
parent 3fabe68051
commit 54c160f4f2
14 changed files with 914 additions and 177 deletions

View file

@ -124,7 +124,7 @@ fun LazyListScope.notifications(
contentColor = contentColor,
modifier = modifier
.padding(top = topPadding)
.animateItem(),
.animateItem(null, null, null),
)
},
)