Loading core/ui/compose/designsystem/src/main/kotlin/net/thunderbird/core/ui/compose/designsystem/organism/message/ActiveMessageItem.kt +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ import net.thunderbird.core.ui.compose.designsystem.molecule.message.MessageItem * @param swapSenderWithSubject If `true`, the sender and subject will be swapped in their display positions. * Defaults to `false`. */ @Suppress("LongParameterList") @Composable fun ActiveMessageItem( sender: String, Loading core/ui/compose/designsystem/src/main/kotlin/net/thunderbird/core/ui/compose/designsystem/organism/message/JunkMessageItem.kt +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ import app.k9mail.core.ui.compose.theme2.MainTheme import kotlinx.datetime.LocalDateTime import net.thunderbird.core.ui.compose.designsystem.molecule.message.MessageItemSenderBodyMedium @Suppress("LongParameterList") @Composable fun JunkMessageItem( sender: String, Loading core/ui/compose/designsystem/src/main/kotlin/net/thunderbird/core/ui/compose/designsystem/organism/message/MessageItem.kt +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ private const val WEEK_DAYS = 7 * Defaults to [MessageItemDefaults.defaultContentPadding]. * @see MessageItemDefaults */ @Suppress("LongParameterList") @Composable internal fun MessageItem( leading: @Composable () -> Unit, Loading core/ui/compose/designsystem/src/main/kotlin/net/thunderbird/core/ui/compose/designsystem/organism/message/NewMessageItem.kt +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ import net.thunderbird.core.ui.compose.designsystem.molecule.message.MessageItem * @param swapSenderWithSubject If `true`, the sender and subject will be swapped in their display positions. * Defaults to `false`. */ @Suppress("LongParameterList") @Composable fun NewMessageItem( sender: String, Loading core/ui/compose/designsystem/src/main/kotlin/net/thunderbird/core/ui/compose/designsystem/organism/message/ReadMessageItem.kt +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ import net.thunderbird.core.ui.compose.designsystem.molecule.message.MessageItem * @param swapSenderWithSubject If `true`, the sender and subject will be swapped in their display positions. * Defaults to `false`. */ @Suppress("LongParameterList") @Composable fun ReadMessageItem( sender: String, Loading Loading
core/ui/compose/designsystem/src/main/kotlin/net/thunderbird/core/ui/compose/designsystem/organism/message/ActiveMessageItem.kt +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ import net.thunderbird.core.ui.compose.designsystem.molecule.message.MessageItem * @param swapSenderWithSubject If `true`, the sender and subject will be swapped in their display positions. * Defaults to `false`. */ @Suppress("LongParameterList") @Composable fun ActiveMessageItem( sender: String, Loading
core/ui/compose/designsystem/src/main/kotlin/net/thunderbird/core/ui/compose/designsystem/organism/message/JunkMessageItem.kt +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ import app.k9mail.core.ui.compose.theme2.MainTheme import kotlinx.datetime.LocalDateTime import net.thunderbird.core.ui.compose.designsystem.molecule.message.MessageItemSenderBodyMedium @Suppress("LongParameterList") @Composable fun JunkMessageItem( sender: String, Loading
core/ui/compose/designsystem/src/main/kotlin/net/thunderbird/core/ui/compose/designsystem/organism/message/MessageItem.kt +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ private const val WEEK_DAYS = 7 * Defaults to [MessageItemDefaults.defaultContentPadding]. * @see MessageItemDefaults */ @Suppress("LongParameterList") @Composable internal fun MessageItem( leading: @Composable () -> Unit, Loading
core/ui/compose/designsystem/src/main/kotlin/net/thunderbird/core/ui/compose/designsystem/organism/message/NewMessageItem.kt +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ import net.thunderbird.core.ui.compose.designsystem.molecule.message.MessageItem * @param swapSenderWithSubject If `true`, the sender and subject will be swapped in their display positions. * Defaults to `false`. */ @Suppress("LongParameterList") @Composable fun NewMessageItem( sender: String, Loading
core/ui/compose/designsystem/src/main/kotlin/net/thunderbird/core/ui/compose/designsystem/organism/message/ReadMessageItem.kt +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ import net.thunderbird.core.ui.compose.designsystem.molecule.message.MessageItem * @param swapSenderWithSubject If `true`, the sender and subject will be swapped in their display positions. * Defaults to `false`. */ @Suppress("LongParameterList") @Composable fun ReadMessageItem( sender: String, Loading