updating binding method to reflect the type

This commit is contained in:
Adam Brown 2021-12-07 16:54:24 +00:00
parent 05ce1414b9
commit cb79d20327
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import im.vector.app.features.debug.features.DebugVectorFeatures
interface FeaturesModule {
@Binds
fun bindNavigator(navigator: DebugVectorFeatures): VectorFeatures
fun bindFeatures(debugFeatures: DebugVectorFeatures): VectorFeatures
companion object {