79204898

Date: 2024-11-19 20:09:06
Score: 0.5
Natty:
Report link
Box(
  modifier = Modifier
      .fillMaxWidth()
      .fillParentMaxHeight()
      .padding(16.dp),
  contentAlignment = Alignment.Center
) {
  CircularProgressIndicator(
      color = Color.White,
  )
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: GawiSh