Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 0de7fcc0 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

fix: detekt errors

parent 8e4b846d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
+1 −0
Original line number Diff line number Diff line
@@ -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,
+1 −0
Original line number Diff line number Diff line
@@ -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,
+1 −0
Original line number Diff line number Diff line
@@ -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,
+1 −0
Original line number Diff line number Diff line
@@ -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