FIx / unneeded code

This commit is contained in:
Valere 2020-09-03 15:03:07 +02:00
parent 7c638798c7
commit 0c39495e3f
1 changed files with 0 additions and 1 deletions

View File

@ -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)