CaptainDroid
CaptainDroid
Fix #883 Just removed the unused if-else condition.
For Code Location https://github.com/android/compose-samples/blob/251fbc6262ecf255a1bc3d20e0fd1d4760ef232a/Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/UserInput.kt#L479 ``` val colors = ButtonDefaults.buttonColors( containerColor = if (selected) MaterialTheme.colorScheme.onSurface.copy(alpha = 0.08f) else Color.Transparent, disabledContainerColor = Color.Transparent, contentColor = if (selected) MaterialTheme.colorScheme.onSurface else MaterialTheme.colorScheme.onSurface, disabledContentColor =...
### Description When we are opening the jetchat app in portrait mode and clicking on the emoji icon to open the emoji table (the full list of emojis is not...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...