--- a/app/src/main/java/com/geekorum/ttrss/articles_list/di.kt Fri May 31 19:09:01 2019 -0700
+++ b/app/src/main/java/com/geekorum/ttrss/articles_list/di.kt Sat Jun 01 13:34:10 2019 -0700
@@ -27,7 +27,6 @@
import androidx.lifecycle.ViewModel
import com.geekorum.geekdroid.dagger.FragmentKey
import com.geekorum.geekdroid.dagger.ViewModelKey
-import com.geekorum.ttrss.features_manager.InstallModuleViewModel
import com.geekorum.ttrss.accounts.NetworkLoginModule
import com.geekorum.ttrss.accounts.PerAccount
import com.geekorum.ttrss.di.AssistedFactoriesModule
@@ -99,10 +98,6 @@
@ViewModelKey(FeedsViewModel::class)
abstract fun getFeedsViewModel(feedsViewModel: FeedsViewModel): ViewModel
- @Binds
- @IntoMap
- @ViewModelKey(InstallModuleViewModel::class)
- abstract fun getInstallModuleViewModel(vm: InstallModuleViewModel): ViewModel
}