mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
reducing line length (using existing formatting style)
This commit is contained in:
parent
506690a897
commit
bad45799b9
1 changed files with 4 additions and 1 deletions
|
@ -167,7 +167,10 @@ class AvatarRenderer @Inject constructor(private val activeSessionHolder: Active
|
|||
|
||||
@AnyThread
|
||||
@Throws
|
||||
fun adaptiveShortcutDrawable(glideRequests: GlideRequests, matrixItem: MatrixItem, iconSize: Int, adaptiveIconSize: Int, adaptiveIconOuterSides: Float): Bitmap {
|
||||
fun adaptiveShortcutDrawable(glideRequests: GlideRequests,
|
||||
matrixItem: MatrixItem, iconSize: Int,
|
||||
adaptiveIconSize: Int,
|
||||
adaptiveIconOuterSides: Float): Bitmap {
|
||||
return glideRequests
|
||||
.asBitmap()
|
||||
.avatarOrText(matrixItem, iconSize)
|
||||
|
|
Loading…
Add table
Reference in a new issue