mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 05:05:20 +00:00
Remove redundant @OptIn annotation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user