parent
a9c3ea953d
commit
62d839b69b
|
@ -1752,7 +1752,6 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
|
||||||
if (signatureImageUrl.isNotBlank()) {
|
if (signatureImageUrl.isNotBlank()) {
|
||||||
Glide
|
Glide
|
||||||
.with(this)
|
.with(this)
|
||||||
.asGif()
|
|
||||||
.load(signatureImageUrl)
|
.load(signatureImageUrl)
|
||||||
.into(binding.ivSignature)
|
.into(binding.ivSignature)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue