feature/navigation/drawer/src/main/kotlin/app/k9mail/feature/navigation/drawer/ui/DrawerViewModel.kt
+4
−5
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
1.Converted app.k9mail.legacy.preferencesDrawerConfigManager into ConfigManager<T> to avoid direct dependency on DrawerConfig 2. Created com.fsck.k9.preferences.DrawerConfigManager interface extending ConfigManager<T> 3. Made RealDrawerConfigManager implement com.fsck.k9.preferences.DrawerConfigManager to avoid running into koin dependency injection issue