updating binding method to reflect the type
This commit is contained in:
parent
05ce1414b9
commit
cb79d20327
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue