0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Remove deprecation warning of K9 class, as it's not true anymore and spamming the build output

This commit is contained in:
Wolf-Martell Montwé 2023-09-12 17:08:19 +02:00
parent 02fcf5b74c
commit 6a19427a80
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72

View File

@ -13,7 +13,7 @@ import kotlinx.datetime.Clock
import timber.log.Timber
import timber.log.Timber.DebugTree
@Deprecated("Use GeneralSettingsManager and GeneralSettings instead")
// TODO "Use GeneralSettingsManager and GeneralSettings instead"
object K9 : EarlyInit {
private val generalSettingsManager: RealGeneralSettingsManager by inject()