Skip to content

Commit

Permalink
remove unused singleton
Browse files Browse the repository at this point in the history
Multi-line description of commit,
feel free to be detailed.

[Ticket: X]
  • Loading branch information
Dark-Knight11 committed Jun 27, 2023
1 parent d71ccbb commit 688a453
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/src/main/java/com/finflio/core/data/di/AppModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import androidx.security.crypto.MasterKeys
import com.finflio.core.data.data_source.FinflioDb
import com.finflio.core.data.util.SessionManager
import com.finflio.core.presentation.util.UriPathFinder
import com.finflio.feature_transactions.data.dao.TransactionDao
import dagger.Module
import dagger.Provides
import dagger.hilt.InstallIn
Expand All @@ -37,12 +36,6 @@ object AppModule {
.build()
}

@Provides
@Singleton
fun provideTransactionDao(finflioDb: FinflioDb): TransactionDao {
return finflioDb.transactionDao
}

@Provides
@Singleton
fun provideUriPathFinder(): UriPathFinder {
Expand Down

0 comments on commit 688a453

Please sign in to comment.