Skip to content

Commit

Permalink
Merge pull request #56 from mobinjafari/36-bottom-nav-selected-item
Browse files Browse the repository at this point in the history
Fixed bug in CacheModule
  • Loading branch information
mobinjafari committed Jun 29, 2023
2 parents 38313f2 + ae57a24 commit d8be039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/org/lotka/bp/di/CacheModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ object CacheModule {
.build()
}

git
@Singleton
@Provides
fun provideRecipeDao(db: AppDatabase): RecipeDao {
Expand Down

0 comments on commit d8be039

Please sign in to comment.