Skip to content

Commit

Permalink
Add inject annotation in resource provider impl
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Sep 9, 2023
1 parent dba4c0a commit 2f95dda
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package com.nanamare.movie.provider

import android.content.Context
import dagger.hilt.android.qualifiers.ApplicationContext
import javax.inject.Inject

class ResourceProviderImpl(
class ResourceProviderImpl @Inject constructor(
@ApplicationContext private val context: Context
) : ResourceProvider {

Expand Down

0 comments on commit 2f95dda

Please sign in to comment.