Voyager on History tab (#8481)

This commit is contained in:
Ivan Iskandar
2022-11-09 21:26:29 +07:00
committed by GitHub
parent ba00d9e5d2
commit bc3bb82651
9 changed files with 233 additions and 186 deletions

View File

@@ -8,9 +8,9 @@ import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
@Composable
fun LoadingScreen() {
fun LoadingScreen(modifier: Modifier = Modifier) {
Box(
modifier = Modifier.fillMaxSize(),
modifier = modifier.fillMaxSize(),
contentAlignment = Alignment.Center,
) {
CircularProgressIndicator()