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

Unverified Commit 2e55b707 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Move `DisplayUnifiedInbox` and `FolderList` to ´:feature:navigation:drawer`

parent 51b87551
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,15 +18,15 @@ import app.k9mail.core.ui.legacy.designsystem.atom.icon.Icons
import app.k9mail.core.ui.theme.api.Theme
import app.k9mail.feature.navigation.drawer.domain.entity.DisplayAccount
import app.k9mail.feature.navigation.drawer.legacy.AccountsViewModel
import app.k9mail.feature.navigation.drawer.legacy.DisplayUnifiedInbox
import app.k9mail.feature.navigation.drawer.legacy.FolderList
import app.k9mail.feature.navigation.drawer.legacy.FoldersViewModel
import app.k9mail.legacy.account.Account
import app.k9mail.legacy.folder.DisplayFolder
import app.k9mail.legacy.message.controller.MessagingControllerMailChecker
import app.k9mail.legacy.message.controller.SimpleMessagingListener
import app.k9mail.legacy.ui.account.AccountImageLoader
import app.k9mail.legacy.ui.folder.DisplayUnifiedInbox
import app.k9mail.legacy.ui.folder.FolderIconProvider
import app.k9mail.legacy.ui.folder.FolderList
import app.k9mail.legacy.ui.folder.FolderNameFormatter
import app.k9mail.legacy.ui.theme.ThemeManager
import com.fsck.k9.K9
+1 −1
Original line number Diff line number Diff line
package app.k9mail.legacy.ui.folder
package app.k9mail.feature.navigation.drawer.legacy

data class DisplayUnifiedInbox(
    val unreadMessageCount: Int,
+1 −1
Original line number Diff line number Diff line
package app.k9mail.legacy.ui.folder
package app.k9mail.feature.navigation.drawer.legacy

import app.k9mail.legacy.folder.DisplayFolder

+0 −2
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@ import app.k9mail.legacy.account.Account
import app.k9mail.legacy.message.controller.MessageCountsProvider
import app.k9mail.legacy.search.SearchAccount
import app.k9mail.legacy.ui.folder.DisplayFolderRepository
import app.k9mail.legacy.ui.folder.DisplayUnifiedInbox
import app.k9mail.legacy.ui.folder.FolderList
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.ExperimentalCoroutinesApi