mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 04:06:51 +01:00
private fun
This commit is contained in:
parent
8c872caf78
commit
21357a1ec7
@ -55,7 +55,7 @@ class IconLoader @Inject constructor(val context: Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@WorkerThread
|
@WorkerThread
|
||||||
fun loadUserIcon(path: String): IconCompat? {
|
private fun loadUserIcon(path: String): IconCompat? {
|
||||||
val iconCompat = path.let {
|
val iconCompat = path.let {
|
||||||
try {
|
try {
|
||||||
Glide.with(context)
|
Glide.with(context)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user