Skip to content

Commit

Permalink
Start implementing search for F-Droid
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla committed Jul 23, 2023
1 parent 8856164 commit ff55176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/apkupdater/di/MainModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ val mainModule = module {

viewModel { SettingsViewModel(get(), get(), WorkManager.getInstance(get())) }

viewModel { parameters -> SearchViewModel(parameters.get(), get(), get()) }
viewModel { parameters -> SearchViewModel(parameters.get(), get()) }

}

0 comments on commit ff55176

Please sign in to comment.