Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sosauce committed Jan 22, 2025
1 parent e041db4 commit 12ea586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/sosauce/cutemusic/di/AppModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val appModule = module {
}

viewModel {
PostViewModel(get(), get())
PostViewModel(get()/*, get()*/)
}
viewModel {
MusicViewModel(androidApplication(), get() /*, get()*/)
Expand Down

0 comments on commit 12ea586

Please sign in to comment.