mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 03:16:02 +03:00
private fun
This commit is contained in:
parent
8c872caf78
commit
21357a1ec7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue