A cheap attempt at a native Bluesky client for Android

PostImageGallery: set 1:1 aspect ratio group of images

Set a 1:1 aspect ratio for group of images in the `PostImageGallery`.

+1
+1
app/src/main/java/industries/geesawra/monarch/PostImageGallery.kt
··· 231 231 .clickable { onMediaClick(originalIndex) } 232 232 } else { 233 233 Modifier 234 + .aspectRatio(1f) 234 235 .clip(RoundedCornerShape(12.dp)) 235 236 .clickable { onMediaClick(originalIndex) } 236 237 }