mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
FIx / unneeded code
This commit is contained in:
parent
7c638798c7
commit
0c39495e3f
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ class ImageContentRenderer @Inject constructor(private val activeSessionHolder:
|
|||
} else {
|
||||
// Clear image
|
||||
val resolvedUrl = resolveUrl(data)
|
||||
?: data.url.takeIf { data.allowNonMxcUrls }
|
||||
GlideApp
|
||||
.with(contextView)
|
||||
.load(resolvedUrl)
|
||||
|
|
Loading…
Add table
Reference in a new issue