mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed group avatar if only one available image
This commit is contained in:
parent
5eb53725fb
commit
1f18b6b0da
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class ImageUtils {
|
|||
Rect(size / 2, size / 2, size, size)
|
||||
)
|
||||
} else {
|
||||
arrayListOf()
|
||||
arrayListOf(Rect(0, 0, size, size))
|
||||
}
|
||||
|
||||
for (i in 0 until rectangles.size) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue