Skip to content

Commit 9ccad11

Browse files
committed
updating out of sync provider function name
1 parent 872c581 commit 9ccad11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/main/java/im/vector/app/core/di/MavericksViewModelModule.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ interface MavericksViewModelModule {
457457
@Binds
458458
@IntoMap
459459
@MavericksViewModelKey(OnboardingViewModel::class)
460-
fun ftueViewModelFactory(factory: OnboardingViewModel.Factory): MavericksAssistedViewModelFactory<*, *>
460+
fun onboardingViewModelFactory(factory: OnboardingViewModel.Factory): MavericksAssistedViewModelFactory<*, *>
461461

462462
@Binds
463463
@IntoMap

0 commit comments

Comments
 (0)