mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Detekt
This commit is contained in:
parent
98087a3e08
commit
c51d62f81e
2 changed files with 3 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ import org.meshtastic.core.ui.theme.AppTheme
|
|||
@Composable
|
||||
fun MessageActionsDialog(
|
||||
status: MessageStatus?,
|
||||
onDismiss: () -> Unit = {},
|
||||
onClickReact: () -> Unit = {},
|
||||
onDismiss: () -> Unit,
|
||||
onClickReact: () -> Unit,
|
||||
onClickReply: () -> Unit,
|
||||
onClickSelect: () -> Unit,
|
||||
onClickStatus: () -> Unit,
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@ internal fun MessageItem(
|
|||
CardDefaults.cardColors()
|
||||
.copy(containerColor = containerColor, contentColor = contentColorFor(containerColor))
|
||||
|
||||
@Suppress("MagicNumber")
|
||||
Card(
|
||||
modifier =
|
||||
Modifier.fillMaxWidth(.9f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue