updating commons
This commit is contained in:
parent
ba244102d4
commit
2b8bb06390
|
@ -88,10 +88,10 @@ abstract class ContactActivity : SimpleActivity() {
|
|||
.override(wantedWidth, wantedHeight)
|
||||
.listener(object : RequestListener<Drawable> {
|
||||
override fun onResourceReady(
|
||||
resource: Drawable?,
|
||||
model: Any?,
|
||||
target: Target<Drawable>?,
|
||||
dataSource: DataSource?,
|
||||
resource: Drawable,
|
||||
model: Any,
|
||||
target: Target<Drawable>,
|
||||
dataSource: DataSource,
|
||||
isFirstResource: Boolean
|
||||
): Boolean {
|
||||
photoView.background = ColorDrawable(0)
|
||||
|
@ -99,7 +99,7 @@ abstract class ContactActivity : SimpleActivity() {
|
|||
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)
|
||||
bottomShadow.beGone()
|
||||
return true
|
||||
|
|
|
@ -14,7 +14,7 @@ indicatorfastscroll = "4524cd0b61"
|
|||
#Room
|
||||
room = "2.6.0-alpha02"
|
||||
#Simple tools
|
||||
simple-commons = "d1629c7f1a"
|
||||
simple-commons = "5bba536d73"
|
||||
#Gradle
|
||||
gradlePlugins-agp = "8.1.0"
|
||||
#build
|
||||
|
|
Loading…
Reference in New Issue