Loading app-common/src/main/kotlin/net/thunderbird/app/common/account/AccountColorPicker.kt +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import android.content.res.Resources import app.k9mail.core.ui.legacy.theme2.common.R import app.k9mail.legacy.account.AccountManager class AccountColorPicker( internal class AccountColorPicker( private val accountManager: AccountManager, private val resources: Resources, ) { Loading app-common/src/main/kotlin/net/thunderbird/app/common/account/AccountCreator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.withContext // TODO Move to feature/account/setup class AccountCreator( internal class AccountCreator( private val accountColorPicker: AccountColorPicker, private val localFoldersCreator: SpecialLocalFoldersCreator, private val preferences: Preferences, Loading app-common/src/main/kotlin/net/thunderbird/app/common/account/CommonAccountDefaultsProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ import net.thunderbird.feature.notification.NotificationSettings import net.thunderbird.feature.notification.NotificationVibration @Suppress("MagicNumber") class CommonAccountDefaultsProvider( internal class CommonAccountDefaultsProvider( private val resourceProvider: CoreResourceProvider, private val featureFlagProvider: FeatureFlagProvider, ) : AccountDefaultsProvider { Loading app-common/src/main/kotlin/net/thunderbird/app/common/account/data/CommonAccountProfileLocalDataSource.kt +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ import net.thunderbird.feature.account.api.AccountId import net.thunderbird.feature.account.api.profile.AccountProfile import net.thunderbird.feature.account.core.AccountCoreExternalContract.AccountProfileLocalDataSource class CommonAccountProfileLocalDataSource( internal class CommonAccountProfileLocalDataSource( private val accountManager: LegacyAccountWrapperManager, ) : AccountProfileLocalDataSource { Loading app-common/src/main/kotlin/net/thunderbird/app/common/account/data/CommonLegacyAccountWrapperManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ import app.k9mail.legacy.account.LegacyAccountWrapperManager import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.map class CommonLegacyAccountWrapperManager( internal class CommonLegacyAccountWrapperManager( private val accountManager: AccountManager, ) : LegacyAccountWrapperManager { Loading Loading
app-common/src/main/kotlin/net/thunderbird/app/common/account/AccountColorPicker.kt +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import android.content.res.Resources import app.k9mail.core.ui.legacy.theme2.common.R import app.k9mail.legacy.account.AccountManager class AccountColorPicker( internal class AccountColorPicker( private val accountManager: AccountManager, private val resources: Resources, ) { Loading
app-common/src/main/kotlin/net/thunderbird/app/common/account/AccountCreator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.withContext // TODO Move to feature/account/setup class AccountCreator( internal class AccountCreator( private val accountColorPicker: AccountColorPicker, private val localFoldersCreator: SpecialLocalFoldersCreator, private val preferences: Preferences, Loading
app-common/src/main/kotlin/net/thunderbird/app/common/account/CommonAccountDefaultsProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ import net.thunderbird.feature.notification.NotificationSettings import net.thunderbird.feature.notification.NotificationVibration @Suppress("MagicNumber") class CommonAccountDefaultsProvider( internal class CommonAccountDefaultsProvider( private val resourceProvider: CoreResourceProvider, private val featureFlagProvider: FeatureFlagProvider, ) : AccountDefaultsProvider { Loading
app-common/src/main/kotlin/net/thunderbird/app/common/account/data/CommonAccountProfileLocalDataSource.kt +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ import net.thunderbird.feature.account.api.AccountId import net.thunderbird.feature.account.api.profile.AccountProfile import net.thunderbird.feature.account.core.AccountCoreExternalContract.AccountProfileLocalDataSource class CommonAccountProfileLocalDataSource( internal class CommonAccountProfileLocalDataSource( private val accountManager: LegacyAccountWrapperManager, ) : AccountProfileLocalDataSource { Loading
app-common/src/main/kotlin/net/thunderbird/app/common/account/data/CommonLegacyAccountWrapperManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ import app.k9mail.legacy.account.LegacyAccountWrapperManager import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.map class CommonLegacyAccountWrapperManager( internal class CommonLegacyAccountWrapperManager( private val accountManager: AccountManager, ) : LegacyAccountWrapperManager { Loading