Remove redundant @OptIn annotation

This commit is contained in:
Hector de Isidro
2025-07-17 00:20:09 +02:00
parent f2a8f86f17
commit 305b334244
@@ -46,7 +46,6 @@ import java.util.*
* - DialogComponents: Password prompts and modals
* - ChatUIUtils: Utility functions for formatting and colors
*/
@OptIn(ExperimentalMaterial3Api::class)
@Composable
fun ChatScreen(viewModel: ChatViewModel) {
val colorScheme = MaterialTheme.colorScheme
@@ -190,7 +189,6 @@ fun ChatScreen(viewModel: ChatViewModel) {
)
}
@OptIn(ExperimentalMaterial3Api::class)
@Composable
private fun ChatInputSection(
messageText: String,