mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Slight formatting improvement
This commit is contained in:
parent
2f70c1bd4d
commit
c10d4a7382
1 changed files with 3 additions and 1 deletions
|
@ -167,7 +167,9 @@ class ImageContentRenderer @Inject constructor(
|
|||
.load(resolvedUrl)
|
||||
}
|
||||
|
||||
req.fitCenter().into(target)
|
||||
req
|
||||
.fitCenter()
|
||||
.into(target)
|
||||
}
|
||||
|
||||
fun renderForSharedElementTransition(data: Data, imageView: ImageView, callback: ((Boolean) -> Unit)? = null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue