mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-05 13:12:13 -05:00
updating commons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user