79105802

Date: 2024-10-19 19:57:18
Score: 0.5
Natty:
Report link

This is what worked for me:

Box(
    contentAlignment = Alignment.Center,
    modifier = Modifier.fillMaxSize()
) {
    CircularProgressIndicator(
        modifier = Modifier
            .size(64.dp)
    )
}

loading indicator

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gauri Gadkari