Remove animateItemPlacement from search results
This commit is contained in:
parent
f47f139d46
commit
77f513a511
@ -513,8 +513,7 @@ fun LazyListScope.SingleResult(
|
|||||||
.padding(
|
.padding(
|
||||||
horizontal = 8.dp,
|
horizontal = 8.dp,
|
||||||
vertical = 4.dp,
|
vertical = 4.dp,
|
||||||
)
|
),
|
||||||
.animateItemPlacement(),
|
|
||||||
color = if (highlight) MaterialTheme.colorScheme.secondaryContainer
|
color = if (highlight) MaterialTheme.colorScheme.secondaryContainer
|
||||||
else MaterialTheme.colorScheme.surface.copy(LocalCardStyle.current.opacity)
|
else MaterialTheme.colorScheme.surface.copy(LocalCardStyle.current.opacity)
|
||||||
) {
|
) {
|
||||||
@ -536,7 +535,6 @@ fun LazyItemScope.PartialCardRow(
|
|||||||
Box(
|
Box(
|
||||||
modifier = modifier
|
modifier = modifier
|
||||||
.clipToBounds()
|
.clipToBounds()
|
||||||
.animateItemPlacement()
|
|
||||||
) {
|
) {
|
||||||
PartialLauncherCard(
|
PartialLauncherCard(
|
||||||
modifier = Modifier.padding(
|
modifier = Modifier.padding(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user