Revert "refactor: clean up deprecations using recommendations" (#2864)

This commit is contained in:
James Rich 2025-08-26 20:37:05 -05:00 committed by GitHub
parent e89bcda299
commit 86c0285f69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 24 additions and 37 deletions

View file

@ -48,7 +48,6 @@ 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
@ -673,7 +672,7 @@ private fun OverFlowMenu(
if (showQuickChat) {
Icons.Default.SpeakerNotesOff
} else {
Icons.AutoMirrored.Filled.SpeakerNotes
Icons.Default.SpeakerNotes
},
contentDescription = quickChatToggleTitle,
)