updating commons

This commit is contained in:
tibbi 2023-08-29 23:37:35 +02:00
parent ba244102d4
commit 2b8bb06390
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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