Skip to content

Commit 0162b8d

Browse files
Fix UI compilation error missing Undo icon
1 parent 793a493 commit 0162b8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import androidx.compose.material.icons.rounded.Add
4444
import androidx.compose.foundation.BorderStroke
4545
import androidx.compose.foundation.shape.CircleShape
4646
import androidx.compose.foundation.shape.RoundedCornerShape
47-
import androidx.compose.material.icons.automirrored.rounded.Undo
47+
import androidx.compose.material.icons.rounded.Refresh
4848
import androidx.compose.material3.AlertDialog
4949
import androidx.compose.material3.Button
5050
import androidx.compose.material3.ButtonDefaults
@@ -1050,7 +1050,7 @@ fun UserChatBubble(
10501050
.align(Alignment.CenterVertically)
10511051
) {
10521052
Icon(
1053-
imageVector = Icons.AutoMirrored.Rounded.Undo,
1053+
imageVector = Icons.Rounded.Refresh,
10541054
contentDescription = "Undo",
10551055
tint = Color.Gray
10561056
)

0 commit comments

Comments
 (0)