Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbdf8112 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Stop icons from animating in edit mode" into main

parents cc22fa54 eb421854
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -606,6 +606,7 @@ private fun AvailableTileGridCell(
            SmallTileContent(
                icon = cell.tile.icon,
                color = colors.icon,
                animateToEnd = true,
                modifier = Modifier.align(Alignment.Center),
            )
        }
@@ -652,6 +653,7 @@ fun EditTile(
            SmallTileContent(
                icon = tileViewModel.icon,
                color = colors.icon,
                animateToEnd = true,
                modifier = Modifier.align(Alignment.Center),
            )
        }