Skip to content

Commit

Permalink
Added missing annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora <[email protected]>
  • Loading branch information
ArnyminerZ committed Oct 19, 2023
1 parent 22bab24 commit 7e33866
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import at.bitfire.davdroid.webdav.CredentialsStore
import at.bitfire.davdroid.webdav.DavDocumentsProvider
import com.google.android.material.snackbar.Snackbar
import dagger.hilt.android.AndroidEntryPoint
import dagger.hilt.android.lifecycle.HiltViewModel
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
import okhttp3.HttpUrl
Expand Down Expand Up @@ -153,6 +154,7 @@ class AddWebdavMountActivity: AppCompatActivity() {
}


@HiltViewModel
class Model @Inject constructor(
application: Application,
val db: AppDatabase
Expand Down

0 comments on commit 7e33866

Please sign in to comment.