File tree Expand file tree Collapse file tree
app/src/main/kotlin/com/google/ai/sample/feature/multimodal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import androidx.compose.material.icons.rounded.Add
4444import androidx.compose.foundation.BorderStroke
4545import androidx.compose.foundation.shape.CircleShape
4646import androidx.compose.foundation.shape.RoundedCornerShape
47- import androidx.compose.material.icons.automirrored. rounded.Undo
47+ import androidx.compose.material.icons.rounded.Refresh
4848import androidx.compose.material3.AlertDialog
4949import androidx.compose.material3.Button
5050import 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 )
You can’t perform that action at this time.
0 commit comments