mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 22:05:26 +00:00
Remove redundant @OptIn annotation
This commit is contained in:
@@ -46,7 +46,6 @@ import java.util.*
|
|||||||
* - DialogComponents: Password prompts and modals
|
* - DialogComponents: Password prompts and modals
|
||||||
* - ChatUIUtils: Utility functions for formatting and colors
|
* - ChatUIUtils: Utility functions for formatting and colors
|
||||||
*/
|
*/
|
||||||
@OptIn(ExperimentalMaterial3Api::class)
|
|
||||||
@Composable
|
@Composable
|
||||||
fun ChatScreen(viewModel: ChatViewModel) {
|
fun ChatScreen(viewModel: ChatViewModel) {
|
||||||
val colorScheme = MaterialTheme.colorScheme
|
val colorScheme = MaterialTheme.colorScheme
|
||||||
@@ -190,7 +189,6 @@ fun ChatScreen(viewModel: ChatViewModel) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@OptIn(ExperimentalMaterial3Api::class)
|
|
||||||
@Composable
|
@Composable
|
||||||
private fun ChatInputSection(
|
private fun ChatInputSection(
|
||||||
messageText: String,
|
messageText: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user