Fixed group avatar if only one available image

This commit is contained in:
Sylvain Berfini 2023-11-08 17:42:53 +01:00
parent 5eb53725fb
commit 1f18b6b0da

View file

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