mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
updating binding method to reflect the type
This commit is contained in:
parent
05ce1414b9
commit
cb79d20327
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue