updating commons
This commit is contained in:
parent
ba244102d4
commit
2b8bb06390
2 changed files with 6 additions and 6 deletions
|
|
@ -88,10 +88,10 @@ abstract class ContactActivity : SimpleActivity() {
|
||||||
.override(wantedWidth, wantedHeight)
|
.override(wantedWidth, wantedHeight)
|
||||||
.listener(object : RequestListener<Drawable> {
|
.listener(object : RequestListener<Drawable> {
|
||||||
override fun onResourceReady(
|
override fun onResourceReady(
|
||||||
resource: Drawable?,
|
resource: Drawable,
|
||||||
model: Any?,
|
model: Any,
|
||||||
target: Target<Drawable>?,
|
target: Target<Drawable>,
|
||||||
dataSource: DataSource?,
|
dataSource: DataSource,
|
||||||
isFirstResource: Boolean
|
isFirstResource: Boolean
|
||||||
): Boolean {
|
): Boolean {
|
||||||
photoView.background = ColorDrawable(0)
|
photoView.background = ColorDrawable(0)
|
||||||
|
|
@ -99,7 +99,7 @@ abstract class ContactActivity : SimpleActivity() {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onLoadFailed(e: GlideException?, model: Any?, target: Target<Drawable>?, isFirstResource: Boolean): Boolean {
|
override fun onLoadFailed(e: GlideException?, model: Any?, target: Target<Drawable>, isFirstResource: Boolean): Boolean {
|
||||||
showPhotoPlaceholder(photoView)
|
showPhotoPlaceholder(photoView)
|
||||||
bottomShadow.beGone()
|
bottomShadow.beGone()
|
||||||
return true
|
return true
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ indicatorfastscroll = "4524cd0b61"
|
||||||
#Room
|
#Room
|
||||||
room = "2.6.0-alpha02"
|
room = "2.6.0-alpha02"
|
||||||
#Simple tools
|
#Simple tools
|
||||||
simple-commons = "d1629c7f1a"
|
simple-commons = "5bba536d73"
|
||||||
#Gradle
|
#Gradle
|
||||||
gradlePlugins-agp = "8.1.0"
|
gradlePlugins-agp = "8.1.0"
|
||||||
#build
|
#build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue