fix glide

This commit is contained in:
Hailey
2024-11-10 16:08:38 -08:00
parent ad2c5fd291
commit a310cfd692
@@ -94,7 +94,9 @@ class GifView(
dataSource: DataSource, dataSource: DataSource,
isFirstResource: Boolean isFirstResource: Boolean
): Boolean { ): Boolean {
isLoaded = true placeholderRequest?.let {
glide.clear(it)
}
return false return false
} }