Fix rendering of link preview images (#2743)
* fix link previews in timelines rendering images incorrectly * fix ripple effect when clicking on cards * remove unnecessary line of code
This commit is contained in:
parent
d17a0c43ab
commit
f870445b54
4 changed files with 46 additions and 34 deletions
|
|
@ -27,7 +27,7 @@ data class Card(
|
|||
val width: Int,
|
||||
val height: Int,
|
||||
val blurhash: String?,
|
||||
val embed_url: String?
|
||||
@SerializedName("embed_url") val embedUrl: String?
|
||||
) {
|
||||
|
||||
override fun hashCode() = url.hashCode()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue