From ef46f3050cf7b25d5df878d4952dac88256395ce Mon Sep 17 00:00:00 2001 From: Rok Oblak Date: Wed, 2 Apr 2025 15:58:58 +0700 Subject: [PATCH] Cleanup imports MAILANDR-2559: mailbox promo variant B layout --- .../android/mailmailbox/presentation/mailbox/MailboxScreen.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/mail-mailbox/presentation/src/main/kotlin/ch/protonmail/android/mailmailbox/presentation/mailbox/MailboxScreen.kt b/mail-mailbox/presentation/src/main/kotlin/ch/protonmail/android/mailmailbox/presentation/mailbox/MailboxScreen.kt index a4957128c0..2158b1decc 100644 --- a/mail-mailbox/presentation/src/main/kotlin/ch/protonmail/android/mailmailbox/presentation/mailbox/MailboxScreen.kt +++ b/mail-mailbox/presentation/src/main/kotlin/ch/protonmail/android/mailmailbox/presentation/mailbox/MailboxScreen.kt @@ -128,7 +128,6 @@ import ch.protonmail.android.mailmessage.presentation.ui.bottomsheet.MoreActionB import ch.protonmail.android.mailmessage.presentation.ui.bottomsheet.MoveToBottomSheetContent import ch.protonmail.android.mailsettings.presentation.accountsettings.autodelete.AutoDeleteSettingState import ch.protonmail.android.mailsettings.presentation.accountsettings.identity.upselling.AutoDeleteUpsellingBottomSheet -import ch.protonmail.android.mailupselling.domain.model.UpsellingEntryPoint import ch.protonmail.android.mailupselling.presentation.ui.screen.UpsellingScreen import ch.protonmail.android.uicomponents.bottomsheet.bottomSheetHeightConstrainedContent import ch.protonmail.android.uicomponents.snackbar.DismissableSnackbarHost