FIx / unneeded code
This commit is contained in:
parent
7c638798c7
commit
0c39495e3f
|
@ -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…
Reference in New Issue