private fun

This commit is contained in:
Benoit Marty 2019-07-08 10:32:38 +02:00
parent 8c872caf78
commit 21357a1ec7
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class IconLoader @Inject constructor(val context: Context) {
}

@WorkerThread
fun loadUserIcon(path: String): IconCompat? {
private fun loadUserIcon(path: String): IconCompat? {
val iconCompat = path.let {
try {
Glide.with(context)