refactor: clean up deprecations using recommendations (#2859)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-08-26 17:02:53 -05:00 committed by GitHub
parent 2ea2f6e5ab
commit 89cc9e8844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 37 additions and 24 deletions

View file

@ -48,6 +48,7 @@ import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.automirrored.filled.ArrowBack
import androidx.compose.material.icons.automirrored.filled.Reply
import androidx.compose.material.icons.automirrored.filled.Send
import androidx.compose.material.icons.automirrored.filled.SpeakerNotes
import androidx.compose.material.icons.filled.ArrowDownward
import androidx.compose.material.icons.filled.ChatBubbleOutline
import androidx.compose.material.icons.filled.Close
@ -672,7 +673,7 @@ private fun OverFlowMenu(
if (showQuickChat) {
Icons.Default.SpeakerNotesOff
} else {
Icons.Default.SpeakerNotes
Icons.AutoMirrored.Filled.SpeakerNotes
},
contentDescription = quickChatToggleTitle,
)